From 4105394e63fe196385369a2f3dabe9ed06f91c28 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Tue, 21 Jan 2025 14:22:45 -0600 Subject: [PATCH] Update GolangCI-lint to v1.63.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7517552f..f6c6f4ccc 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ GIT_COMMIT=$(shell script/create-version-files.sh) GIT_RELEASE=$(shell script/get-git-release.sh) GIT_PREVIOUS_RELEASE=$(shell script/get-git-previous-release.sh) CLAIM_FORMAT_VERSION=$(shell script/get-claim-version.sh) -GOLANGCI_VERSION=v1.63.3 +GOLANGCI_VERSION=v1.63.4 LINKER_CERTSUITE_RELEASE_FLAGS=-X github.com/redhat-best-practices-for-k8s/certsuite/pkg/versions.GitCommit=${GIT_COMMIT} LINKER_CERTSUITE_RELEASE_FLAGS+= -X github.com/redhat-best-practices-for-k8s/certsuite/pkg/versions.GitRelease=${GIT_RELEASE} LINKER_CERTSUITE_RELEASE_FLAGS+= -X github.com/redhat-best-practices-for-k8s/certsuite/pkg/versions.GitPreviousRelease=${GIT_PREVIOUS_RELEASE}