From 90e70fcf60eeba586d941cdc6249493198b858a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 20:51:57 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.5.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8699e79..4b88782 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ PLATFORMS ?= linux_amd64 linux_arm64 # Setup Go GO_REQUIRED_VERSION ?= 1.24 NPROCS ?= 1 -GOLANGCILINT_VERSION = 2.1.2 +GOLANGCILINT_VERSION = 2.5.0 GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 ))) GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/provider GO_LDFLAGS += -X $(GO_PROJECT)/pkg/version.Version=$(VERSION)