From eac203616396af48d337156b6c207daae52d8261 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 5 Jun 2024 00:59:20 +0200 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.59.0 (#2400) --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile b/cli/Makefile index 07c22613525..ba23e507089 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -15,7 +15,7 @@ PROTOC_DIR=./bpmetadata DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.21 DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools REGISTRY_URL := gcr.io/cloud-foundation-cicd -GOLANGCI_VERSION := 1.58.2 +GOLANGCI_VERSION := 1.59.0 # Setup the -ldflags option for go build here, interpolate the variable values LDFLAGS=-ldflags "-X $(GITHUB_REPO)/cli/cmd.Version=$(VERSION)"