Skip to content

Commit

Permalink
Update GolangCI-lint to v1.60.3 (#342)
Browse files Browse the repository at this point in the history
Update GolangCI-lint to v1.60.3
  • Loading branch information
sebrandon1 authored Aug 26, 2024
1 parent b728725 commit 5641631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ linters:
- dogsled
- errcheck
- exhaustive
- exportloopref
- copyloopvar
- funlen
- goconst
- gocritic
Expand Down Expand Up @@ -89,7 +89,7 @@ linters:
# - nestif
# - noctx
# - prealloc
# - exportloopref
# - copyloopvar
# - structcheck
# - testpackage
# - wsl
Expand Down
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.60.1
GOLANGCI_VERSION=v1.60.3
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 5641631

Please sign in to comment.