Merge pull request #32320 from mmorel-35/gomodguard_v2

fix(linters): update golangci-lint to 2.12.2
pull/32162/head
George Jenkins 1 day ago committed by GitHub
commit b46d116afe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.github/env vendored

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

@ -27,7 +27,7 @@ linters:
- exhaustive
- fatcontext
- gocritic
- gomodguard
- gomodguard_v2
- govet
- ineffassign
- misspell
@ -102,12 +102,11 @@ linters:
- whyNoLint
enable-all: true
gomodguard:
gomodguard_v2:
blocked:
modules:
- github.com/evanphx/json-patch:
recommendations:
- github.com/evanphx/json-patch/v5
- module: github.com/evanphx/json-patch
recommendations:
- github.com/evanphx/json-patch/v5
nolintlint:
require-specific: true

Loading…
Cancel
Save