From 631282ac1824cb75527c8ec71afa2dee9caf55e0 Mon Sep 17 00:00:00 2001 From: Ganesh Vernekar Date: Wed, 11 Feb 2026 11:27:16 -0800 Subject: [PATCH] Upgrade golangci-lint to v2.9.0 Signed-off-by: Ganesh Vernekar --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index b8c9b3844c..38a058c1e7 100644 --- a/Makefile.common +++ b/Makefile.common @@ -61,7 +61,7 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_ SKIP_GOLANGCI_LINT := GOLANGCI_LINT := GOLANGCI_LINT_OPTS ?= -GOLANGCI_LINT_VERSION ?= v2.7.2 +GOLANGCI_LINT_VERSION ?= v2.9.0 GOLANGCI_FMT_OPTS ?= # golangci-lint only supports linux, darwin and windows platforms on i386/amd64/arm64. # windows isn't included here because of the path separator being different.