Bump up golang to 1.21 and dependencies (#512)

* Bump up golang to 1.21 and dependencies

* Upgrade some deps

* Update all dependencie

* Remove deprecated
This commit is contained in:
Andrey Pokhilko
2024-02-19 16:34:16 +00:00
committed by GitHub
parent f7e92f1744
commit 46fef30caf
6 changed files with 350 additions and 344 deletions

View File

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

View File

@@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.21"
- name: git cleanup
run: git clean -f
- name: Run GoReleaser