From 3b50d8b1c15ebaf9cf7b6908f64fcebe6c35d1f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 21:13:19 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.11.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c841dbb..2f3b86e9 100644 --- a/Makefile +++ b/Makefile @@ -390,7 +390,7 @@ ko: $(call go-install-tool,$(KO),github.com/$(KO_LOOKUP)@$(KO_VERSION)) GOLANGCI_LINT := $(LOCALBIN)/golangci-lint -GOLANGCI_LINT_VERSION := v2.10.1 +GOLANGCI_LINT_VERSION := v2.11.4 GOLANGCI_LINT_LOOKUP := golangci/golangci-lint golangci-lint: ## Download golangci-lint locally if necessary. @test -s $(GOLANGCI_LINT) && $(GOLANGCI_LINT) -h | grep -q $(GOLANGCI_LINT_VERSION) || \