Skip to content

Commit ac25d96

Browse files
authored
Merge pull request #72 from vbatts/go-versions
github: drop go1.17, and add go1.21 & go1.22
2 parents 93a41cf + 84c1d45 commit ac25d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
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.18', '1.19', '1.20']
12+
go: ['1.18', '1.19', '1.20', '1.21', '1.22']
1313

1414
name: build and vet
1515
steps:

0 commit comments

Comments
 (0)