Skip to content

Commit

Permalink
Update GolangCI-lint to v1.63.4 (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Jan 22, 2025
1 parent 8c5e834 commit 539ce41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GIT_COMMIT=$(shell scripts/create-version-files.sh)
GIT_RELEASE=$(shell scripts/get-git-release.sh)
GIT_PREVIOUS_RELEASE=$(shell scripts/get-git-previous-release.sh)
BASH_SCRIPTS=$(shell find . -name "*.sh" -not -path "./.git/*")
GOLANGCI_VERSION=v1.63.3
GOLANGCI_VERSION=v1.63.4
LINKER_TNF_RELEASE_FLAGS=-X github.com/redhat-best-practices-for-k8s/certsuite/certsuite.GitCommit=${GIT_COMMIT}
LINKER_TNF_RELEASE_FLAGS+= -X github.com/redhat-best-practices-for-k8s/certsuite/certsuite.GitRelease=${GIT_RELEASE}
LINKER_TNF_RELEASE_FLAGS+= -X github.com/redhat-best-practices-for-k8s/certsuite/certsuite.GitPreviousRelease=${GIT_PREVIOUS_RELEASE}
Expand Down

0 comments on commit 539ce41

Please sign in to comment.