Skip to content

Commit 1dd1910

Browse files
Update dependency golangci/golangci-lint to v2.1.2
1 parent 89f58ec commit 1dd1910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $(GINKGO): $(call tool_version_file,$(GINKGO),$(GINKGO_VERSION))
3131

3232
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/golangci-lint
3333
# renovate: datasource=github-releases depName=golangci/golangci-lint
34-
GOLANGCI_LINT_VERSION ?= v2.1.1
34+
GOLANGCI_LINT_VERSION ?= v2.1.2
3535
$(GOLANGCI_LINT): $(call tool_version_file,$(GOLANGCI_LINT),$(GOLANGCI_LINT_VERSION))
3636
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(TOOLS_BIN_DIR) $(GOLANGCI_LINT_VERSION)
3737

0 commit comments

Comments
 (0)