Skip to content

Commit cbee561

Browse files
committed
Update github actions to use go 1.23+
1 parent 0c86591 commit cbee561

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
@@ -44,7 +44,7 @@ jobs:
4444

4545
strategy:
4646
matrix:
47-
go-version: [ '1.21', '1.22.x' ]
47+
go-version: [ '1.23', '1.25.x' ]
4848

4949
steps:
5050
- name: Checkout repository

0 commit comments

Comments
 (0)