From 12409877e71224d9919aa3e24eded8d9ce58e9b9 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 17 Sep 2024 01:23:35 +0200 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.61.0 (#2601) --- 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 133ba654d71..87fb3fdf74c 100644 --- a/infra/blueprint-test/Makefile +++ b/infra/blueprint-test/Makefile @@ -1,5 +1,5 @@ SHELL := /bin/bash -GOLANGCI_VERSION := 1.60.3 +GOLANGCI_VERSION := 1.61.0 .PHONY: docker_go_lint docker_go_lint: