Skip to content

Commit 84c1d45

Browse files
committed
github: drop go1.17, and add go1.21 & go1.22
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
1 parent 93a41cf commit 84c1d45

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)