bump Golang to 1.23 (#3702)
Some checks failed
code_lint / golangci_lint (push) Has been cancelled
code_lint / mod_tidy (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_highlevel (push) Has been cancelled

This commit is contained in:
Alessandro Ros 2024-11-04 14:02:05 +01:00 committed by GitHub
parent d3b4a26413
commit 576a117c7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 24 additions and 24 deletions

View file

@ -17,13 +17,13 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "1.22"
go-version: "1.23"
- run: go generate ./...
- uses: golangci/golangci-lint-action@v4
with:
version: v1.55.0
version: v1.61.0
mod_tidy:
runs-on: ubuntu-22.04
@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "1.22"
go-version: "1.23"
- run: make lint-mod-tidy

View file

@ -41,6 +41,6 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "1.22"
go-version: "1.23"
- run: make test-highlevel-nodocker