Skip to content

Commit

Permalink
[chore] Run CI in Go 1.22 and 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhang committed Oct 1, 2024
1 parent 898a938 commit d14b3dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.21.x", "1.22.x"]
go: ["1.22.x", "1.23.x"]

steps:
- name: Checkout code
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/setup-go@v4
name: Set up Go
with:
go-version: 1.22.x
go-version: 1.23.x
cache: false # managed by golangci-lint

- uses: golangci/golangci-lint-action@v6
Expand Down

0 comments on commit d14b3dd

Please sign in to comment.