Skip to content

Commit 26f71a3

Browse files
authored
Update workflow and tools to use Go1.24 and 1.23 (#3474)
1 parent 3d4784c commit 26f71a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
shell: bash
2828
strategy:
2929
matrix:
30-
go-version: [1.x, 1.22.0] # test with N and the .0 release of N-1
30+
go-version: [1.x, 1.23.0] # test with N and the .0 release of N-1
3131
platform: [ubuntu-latest]
3232
include:
3333
# include windows, but only with the latest Go version, since there

0 commit comments

Comments
 (0)