Skip to content

Commit 55e053a

Browse files
authored
Update Go versions in CI workflow (#133)
1 parent 266dde8 commit 55e053a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
vname: build
22

33
on:
44
push:
@@ -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)