From f89d19b5a7a00835a3e3801c59771b98a7d70dfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 01:40:18 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.9.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0be04dc2..60eaef3a 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ $(KIND): $(LOCALBIN) fi GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint -GOLANGCI_LINT_VERSION ?= v2.8.0 +GOLANGCI_LINT_VERSION ?= v2.9.0 golangci-lint: @[ -f $(GOLANGCI_LINT) ] || { \ set -e ;\