Update go to 1.23.1, golangci-lint 1.61.0 (#105)

* Update go to 1.23.1, golangci-lint 1.61.0

Signed-off-by: joshvanl <me@joshvanl.dev>

* Adds only new issues

Signed-off-by: joshvanl <me@joshvanl.dev>

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
This commit is contained in:
Josh van Leeuwen 2024-10-21 21:52:18 +01:00 committed by GitHub
parent 866002abe6
commit d37dc603d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
GOOS: ${{ matrix.target_os }}
GOARCH: ${{ matrix.target_arch }}
GOPROXY: https://proxy.golang.org
GOLANGCI_LINT_VER: v1.55.1
GOLANGCI_LINT_VER: v1.61.0
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
@ -54,6 +54,9 @@ jobs:
with:
version: ${{ env.GOLANGCI_LINT_VER }}
skip-cache: true
# TODO: @joshvanl remove once all new linter errors have been
# addressed.
only-new-issues: true
- name: Run make go.mod check-diff
if: matrix.target_arch != 'arm'
run: make go.mod check-diff

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/dapr/kit
go 1.21
go 1.23.1
require (
github.com/alphadose/haxmap v1.3.1