From 5e9890717deefc41651a72552e16d340c9c0d342 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 17 Oct 2025 02:12:34 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v2.5.0 --- 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 5e3d343e79d..bb9ab4cf427 100644 --- a/infra/blueprint-test/Makefile +++ b/infra/blueprint-test/Makefile @@ -1,5 +1,5 @@ SHELL := /bin/bash -GOLANGCI_VERSION := 2.2.2 +GOLANGCI_VERSION := 2.5.0 .PHONY: docker_go_lint docker_go_lint: