Skip to content

Commit 76a92d5

Browse files
authored
Update Go versions in CI workflow (#324)
1 parent 19f4300 commit 76a92d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
go: [ '1.17.x', '1.18.x','1.19.x', '1.20.x' ]
13+
go: [ '1.21.x', '1.22.x', '1.23.x', '1.24.x', '1.25.x' ]
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@master

0 commit comments

Comments
 (0)