Skip to content

Commit 9dfcbd9

Browse files
committed
Update github actions to use go 1.24+
1 parent 0282908 commit 9dfcbd9

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
@@ -43,7 +43,7 @@ jobs:
4343

4444
strategy:
4545
matrix:
46-
go-version: [ '1.17', '1.21', '1.22.x' ]
46+
go-version: [ '1.24', '1.25.x' ]
4747

4848
steps:
4949
- name: Checkout repository

0 commit comments

Comments
 (0)