Skip to content

Commit

Permalink
use Go 1.23 in CI
Browse files Browse the repository at this point in the history
This changes the CI to use Go 1.23 to test, and drops Go 1.21.
  • Loading branch information
sywhang committed Sep 1, 2024
1 parent ed2ba32 commit 58c7fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest"]
go: ["1.21.x", "1.22.x"]
go: ["1.22.x", "1.23.x"]

steps:
- name: Setup Go
Expand Down

0 comments on commit 58c7fbc

Please sign in to comment.