Skip to content

Commit 1e29dd9

Browse files
committed
Remove go 1.21 pin in github actions.
1 parent 6925585 commit 1e29dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-go@v5
17-
with: { go-version: 1.21 }
17+
with: { go-version: stable }
1818
- run: make check
1919
- run: make check-generate
2020

0 commit comments

Comments
 (0)