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 6430ae7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
name: Test (Go ${{ matrix.go }} / ${{ matrix.os }})
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest"]
go: ["1.21.x", "1.22.x"]
go: ["1.22.x", "1.23.x"]
include:
- go: 1.23.x
latest: true

steps:
- name: Setup Go
Expand Down

0 comments on commit 6430ae7

Please sign in to comment.