fix(linters): update golangci-lint to 2.12.2

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
pull/32320/head
Matthieu MOREL 2 months ago
parent d5465e930e
commit 7bfcdb0fc3

2
.github/env vendored

@ -1,2 +1,2 @@
GOLANG_VERSION=1.26 GOLANG_VERSION=1.26
GOLANGCI_LINT_VERSION=v2.11.3 GOLANGCI_LINT_VERSION=v2.12.2

@ -27,7 +27,7 @@ linters:
- exhaustive - exhaustive
- fatcontext - fatcontext
- gocritic - gocritic
- gomodguard - gomodguard_v2
- govet - govet
- ineffassign - ineffassign
- misspell - misspell
@ -107,10 +107,9 @@ linters:
- whyNoLint - whyNoLint
enable-all: true enable-all: true
gomodguard: gomodguard_v2:
blocked: blocked:
modules: - module: github.com/evanphx/json-patch
- github.com/evanphx/json-patch:
recommendations: recommendations:
- github.com/evanphx/json-patch/v5 - github.com/evanphx/json-patch/v5

Loading…
Cancel
Save