Skip to content

Commit

Permalink
use Go 1.23 in CI (#417)
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 authored Sep 2, 2024
1 parent 7db0667 commit fbf1e26
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 fbf1e26

Please sign in to comment.