Skip to content

Commit fbf1e26

Browse files
authored
use Go 1.23 in CI (#417)
This changes the CI to use Go 1.23 to test, and drops Go 1.21.
1 parent 7db0667 commit fbf1e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: ["ubuntu-latest", "windows-latest"]
21-
go: ["1.21.x", "1.22.x"]
21+
go: ["1.22.x", "1.23.x"]
2222

2323
steps:
2424
- name: Setup Go

0 commit comments

Comments
 (0)