We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e6190 commit f3a77bfCopy full SHA for f3a77bf
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.2
+GOLANGCI_LINT_VERSION ?= v2.11.3
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