mirror of https://github.com/dapr/kit.git
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:
parent
866002abe6
commit
d37dc603d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue