chore: update golangci-lint to v2.13.1

It bundles staticcheck 0.8.0, so the SA4023 workaround is no longer
needed.

Assisted-by: Claude:Opus 5
This commit is contained in:
silverwind
2026-08-20 20:56:30 +02:00
parent 9b4168e133
commit b76923a139
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -113,7 +113,6 @@ linters:
- -QF1001
- -QF1006
- -QF1008
- -SA4023 # hangs on go 1.27, https://github.com/golangci/golangci-lint/issues/6732
testifylint:
disable:
- empty
+1 -1
View File
@@ -9,7 +9,7 @@ XGO_VERSION := go-1.27.x
AIR_PACKAGE ?= github.com/air-verse/air@v1.67.4 # renovate: datasource=go
EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/v3/cmd/editorconfig-checker@v3.11.1 # renovate: datasource=go
GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.13.0 # renovate: datasource=go
GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.13.1 # renovate: datasource=go
GXZ_PACKAGE ?= github.com/ulikunitz/xz/cmd/gxz@v0.5.16 # renovate: datasource=go
MISSPELL_PACKAGE ?= github.com/golangci/misspell/cmd/misspell@v0.8.0 # renovate: datasource=go
SWAGGER_PACKAGE ?= github.com/go-swagger/go-swagger/cmd/swagger@v0.36.2 # renovate: datasource=go