We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f536588 commit 65e6190Copy full SHA for 65e6190
hack/tools.mk
@@ -9,7 +9,7 @@ GOIMPORTS_REVISER_VERSION ?= v3.12.6
9
# renovate: datasource=github-releases depName=ko-build/ko
10
KO_VERSION ?= v0.18.1
11
# renovate: datasource=github-releases depName=golangci/golangci-lint
12
-GOLANGCI_LINT_VERSION ?= v2.11.1
+GOLANGCI_LINT_VERSION ?= v2.11.2
13
14
# Tool targets should declare go.mod as a prerequisite, if the tool's version is managed via go modules. This causes
15
# make to rebuild the tool in the desired version, when go.mod is changed.
0 commit comments