Skip to content

Commit

Permalink
ci: Test against Go 1.21 and 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed Feb 11, 2024
1 parent b9a914a commit facc5ff
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 @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-go@v5
name: Set up Go
with:
go-version: 1.21.x
go-version: 1.22.x
cache: false
- uses: golangci/golangci-lint-action@v3
name: Install golangci-lint
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.20.x", "1.21.x"]
go: ["1.21.x", "1.22.x"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit facc5ff

Please sign in to comment.