Skip to content

Commit 49b98ab

Browse files
committed
Switch to Go 1.23 for GH Actions
1 parent 18d6f30 commit 49b98ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
go: [ '1.20', '1.21', '1.22']
8+
go: [ '1.23', '1.24']
99
name: Go ${{ matrix.go }} test
1010
steps:
1111
- name: checkout

0 commit comments

Comments
 (0)