From a202d1aa693956df25e3cda89513119348d87bef Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 11 Jun 2024 01:38:55 +0200 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.59.1 (#2414) --- 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 30b573eed16..5e79d4e440f 100644 --- a/infra/blueprint-test/Makefile +++ b/infra/blueprint-test/Makefile @@ -1,5 +1,5 @@ SHELL := /bin/bash -GOLANGCI_VERSION := 1.59.0 +GOLANGCI_VERSION := 1.59.1 .PHONY: docker_go_lint docker_go_lint: