Skip to content

Commit

Permalink
test the CI in 1.22 and 1.23
Browse files Browse the repository at this point in the history
And drop the older Go versions in test matrix.
  • Loading branch information
sywhang committed Sep 23, 2024
1 parent 8553d3b commit 61abb22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.20.x", "1.21.x"]
go: ["1.22.x", "1.23.x"]
include:
- go: 1.21.x
- go: 1.23.x
latest: true

steps:
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 61abb22

Please sign in to comment.