From 1a4b97b3e11d9d6cb5ffa3d67e71da33ed661a37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 14:18:01 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.12.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 831d68f..2c21c73 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SRC = $(shell find . -type f -name '*.go') .PHONY: default default: build -GOLANGCI_LINT_VERSION := 2.11.4 +GOLANGCI_LINT_VERSION := 2.12.2 bin/golangci-lint: VERSION=$(GOLANGCI_LINT_VERSION) ./hack/install_golangci.sh