Bump up pipeline to 1.22

This commit is contained in:
Andrei Pohilko
2024-03-31 12:34:21 +01:00
parent d123bcee93
commit d56ee6a42b
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
- name: Unit tests
run: |
go test -v -race ./... -covermode=atomic -coverprofile=coverage.out # Run all the tests with the race detector enabled
@@ -110,7 +110,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with: