Skip to content

Commit 68be344

Browse files
committed
go1.24 in CI
1 parent c5669ae commit 68be344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
go: [ '1.17', '1.21', '1.22', '1.23' ]
12+
go: [ '1.17', '1.22', '1.23', '1.24' ]
1313
name: Go ${{ matrix.go }}
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)