From 8f5f2a5f7c2bfa332a03de4307baef3286655785 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 31 Jul 2026 21:15:20 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v2.12.2 --- infra/blueprint-test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/blueprint-test/Makefile b/infra/blueprint-test/Makefile index 63b13f44792..c7baf823f4d 100644 --- a/infra/blueprint-test/Makefile +++ b/infra/blueprint-test/Makefile @@ -1,5 +1,5 @@ SHELL := /bin/bash -GOLANGCI_VERSION := 2.8.0 +GOLANGCI_VERSION := 2.12.2 .PHONY: docker_go_lint docker_go_lint: