From f8e49541520b408c07a374010b0fca7160f2f21e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 20:50:06 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.10.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc69350a..a6281369 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ $(KIND): $(LOCALBIN) fi GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint -GOLANGCI_LINT_VERSION ?= v2.9.0 +GOLANGCI_LINT_VERSION ?= v2.10.1 golangci-lint: @[ -f $(GOLANGCI_LINT) ] || { \ set -e ;\