From 756e66142f180e44c826d671c328af540dc2a866 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 13 Feb 2024 16:31:19 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.56.1 --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile b/cli/Makefile index 83d0b8e34e5f..1598a1225172 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -15,7 +15,7 @@ PROTOC_DIR=./bpmetadata DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.19 DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools REGISTRY_URL := gcr.io/cloud-foundation-cicd -GOLANGCI_VERSION := 1.55.2 +GOLANGCI_VERSION := v1.56.1 # Setup the -ldflags option for go build here, interpolate the variable values LDFLAGS=-ldflags "-X $(GITHUB_REPO)/cli/cmd.Version=$(VERSION)"