We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6daf2ab commit af3ccbcCopy full SHA for af3ccbc
Makefile
@@ -35,7 +35,7 @@ TESTFLAGS := $(shell $(GO) test -race $(BUILDFLAGS) ./pkg/stringutils 2>&1 > /de
35
# N/B: This value is managed by Renovate, manual changes are
36
# possible, as long as they don't disturb the formatting
37
# (i.e. DO NOT ADD A 'v' prefix!)
38
-GOLANGCI_LINT_VERSION := 2.0.2
+GOLANGCI_LINT_VERSION := 2.1.2
39
40
default all: local-binary docs local-validate local-cross ## validate all checks, build and cross-build\nbinaries and docs
41
0 commit comments