From ccd6595cb8b1a66a2c2aad81b3c05f29698628fc Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 29 Aug 2024 22:48:50 +0200 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.60.3 (#2560) --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile b/cli/Makefile index 3ee794dc829..b1037c0ac6e 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -15,7 +15,7 @@ PROTOC_DIR=./bpmetadata DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22 DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools REGISTRY_URL := gcr.io/cloud-foundation-cicd -GOLANGCI_VERSION := 1.60.2 +GOLANGCI_VERSION := 1.60.3 # Setup the -ldflags option for go build here, interpolate the variable values LDFLAGS=-ldflags "-X $(GITHUB_REPO)/cli/cmd.Version=$(VERSION)"