We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8beb275 commit 73af7c7Copy full SHA for 73af7c7
1 file changed
hack/tools.mk
@@ -31,7 +31,7 @@ $(GINKGO): $(call tool_version_file,$(GINKGO),$(GINKGO_VERSION))
31
32
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/golangci-lint
33
# renovate: datasource=github-releases depName=golangci/golangci-lint
34
-GOLANGCI_LINT_VERSION ?= v2.6.2
+GOLANGCI_LINT_VERSION ?= v2.7.2
35
$(GOLANGCI_LINT): $(call tool_version_file,$(GOLANGCI_LINT),$(GOLANGCI_LINT_VERSION))
36
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(TOOLS_BIN_DIR) $(GOLANGCI_LINT_VERSION)
37
0 commit comments