From b7dda2b357ef39ade3050c70b5b4bf60b133814a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 13 Feb 2024 20:13:01 +0100 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.56.1 (#2137) --- 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 10776d6ce43..ada1296fab3 100644 --- a/infra/blueprint-test/Makefile +++ b/infra/blueprint-test/Makefile @@ -1,5 +1,5 @@ SHELL := /bin/bash -GOLANGCI_VERSION := 1.56.0 +GOLANGCI_VERSION := 1.56.1 .PHONY: docker_go_lint docker_go_lint: