Update to Go 1.23 (#5216)

* Update to Go 1.23

* Update golangci-lint-action

* Fix new errors from updated linter

* Bump golangci-lint to v1.60.1
This commit is contained in:
Joe Kralicky 2024-08-14 14:12:01 -04:00 committed by GitHub
parent e3e7de741c
commit 8001077706
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 20 additions and 20 deletions

View file

@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.22.x]
go-version: [1.23.x]
node-version: [16.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}

View file

@ -15,12 +15,13 @@ jobs:
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: 1.22.x
go-version: 1.23.x
cache: false
- run: make deps-build
- uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86
with:
version: v1.57
install-mode: goinstall
version: 1147824c61441fb1a928927ca095aa3d0f208459
args: --timeout=10m

View file

@ -33,7 +33,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: 1.22.x
go-version: 1.23.x
cache: false
- name: Set up Docker

View file

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.22.x]
go-version: [1.23.x]
node-version: [16.x]
platform: [ubuntu-latest]
deployment: [multi, single]
@ -53,7 +53,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.22.x]
go-version: [1.23.x]
node-version: [16.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
@ -126,7 +126,7 @@ jobs:
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: 1.22.x
go-version: 1.23.x
cache: false
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f