From 003422ab9f705001ad454151160ef788f58c7c49 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 21 Aug 2024 19:27:13 +0200 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.60.2 (#2538) --- 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 4c4a52ae18b..4eaffe697fe 100644 --- a/infra/blueprint-test/Makefile +++ b/infra/blueprint-test/Makefile @@ -1,5 +1,5 @@ SHELL := /bin/bash -GOLANGCI_VERSION := 1.60.1 +GOLANGCI_VERSION := 1.60.2 .PHONY: docker_go_lint docker_go_lint: