We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78c92a commit ce5b288Copy full SHA for ce5b288
hack/tools.mk
@@ -9,7 +9,7 @@ GOIMPORTS_REVISER_VERSION ?= v3.12.5
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.10.0
+GOLANGCI_LINT_VERSION ?= v2.10.1
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