Update Go versions in CI workflow
This commit is contained in:
parent
19f4300ad0
commit
be5f17059c
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go: [ '1.17.x', '1.18.x','1.19.x', '1.20.x' ]
|
||||
go: [ '1.21.x', '1.22.x', '1.23.x', '1.24.x', '1.25.x' ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
|
|
|||
Loading…
Reference in New Issue