From 9bb974fe237e5d6516206ff060289d2f371f0de4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:44:12 +0000 Subject: [PATCH] chore(deps): update module github.com/golangci/golangci-lint to v1.63.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78aa5f3b..785e26b8 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ GOARCH := $(shell go env GOARCH) GOOS := $(shell go env GOOS) BUILD_LDFLAGS := -s -w BUILD_LDFLAGS += -X github.com/target/flottbot/version.Version=${VERSION} -GOLANGCI_LINT_VERSION := "v1.62.2" +GOLANGCI_LINT_VERSION := "v1.63.2" PACKAGES := $(shell go list ./... | grep -v /config-example/) PLATFORM := "linux/amd64,linux/arm64"