Skip to content

Commit

Permalink
Bump go version to 1.21 / 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv committed Apr 13, 2024
1 parent bf2035c commit ababdaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.20.x", "1.21.x"]
go: ["1.21.x", "1.22.x"]

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

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

0 comments on commit ababdaf

Please sign in to comment.