Skip to content

Commit

Permalink
feat: test with Go 1.22 (#391)
Browse files Browse the repository at this point in the history
Add go 1.22 to the test matrix.
  • Loading branch information
jooola committed Mar 5, 2024
1 parent 916f183 commit 49be506
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
cache: false

- uses: golangci/golangci-lint-action@v4
Expand All @@ -27,6 +27,7 @@ jobs:
go-version:
- "1.20"
- "1.21"
- "1.22"

runs-on: ubuntu-latest
steps:
Expand All @@ -47,7 +48,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
cache: false

- run: go generate ./...
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -20,7 +20,7 @@ test:golangci-lint:

test:tests:
stage: test
image: golang:1.21
image: golang:1.22
script:
- go test -v -race ./...
except:
Expand Down

0 comments on commit 49be506

Please sign in to comment.