From 597308a69936e7feaa8021f050827b63387c1a5f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 7 Feb 2024 18:01:45 +0100 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.56.0 (#2133) Co-authored-by: Andrew Peabody --- 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 f640c58c2e8..10776d6ce43 100644 --- a/infra/blueprint-test/Makefile +++ b/infra/blueprint-test/Makefile @@ -1,5 +1,5 @@ SHELL := /bin/bash -GOLANGCI_VERSION := 1.55.2 +GOLANGCI_VERSION := 1.56.0 .PHONY: docker_go_lint docker_go_lint: