From 725d42d06ad93933d8d28b1c99889880095b707b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 5 Jun 2024 00:49:34 +0200 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.59.0 (#2401) --- 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 df69299abf5..30b573eed16 100644 --- a/infra/blueprint-test/Makefile +++ b/infra/blueprint-test/Makefile @@ -1,5 +1,5 @@ SHELL := /bin/bash -GOLANGCI_VERSION := 1.58.2 +GOLANGCI_VERSION := 1.59.0 .PHONY: docker_go_lint docker_go_lint: