File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,6 @@ issues:
132132# golangci.com configuration
133133# https://github.com/golangci/golangci/wiki/Configuration
134134service :
135- golangci-lint-version : 1.63 .x # use the fixed version to not introduce new linters unexpectedly
135+ golangci-lint-version : 1.64 .x # use the fixed version to not introduce new linters unexpectedly
136136 prepare :
137137 - echo "here I can run custom commands, but no preparation needed for this repo"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ GIT_COMMIT=$(shell script/create-version-files.sh)
4646GIT_RELEASE =$(shell script/get-git-release.sh)
4747GIT_PREVIOUS_RELEASE =$(shell script/get-git-previous-release.sh)
4848CLAIM_FORMAT_VERSION =$(shell script/get-claim-version.sh)
49- GOLANGCI_VERSION =v1.63.4
49+ GOLANGCI_VERSION =v1.64.2
5050LINKER_CERTSUITE_RELEASE_FLAGS =-X github.com/redhat-best-practices-for-k8s/certsuite/pkg/versions.GitCommit=${GIT_COMMIT}
5151LINKER_CERTSUITE_RELEASE_FLAGS+ = -X github.com/redhat-best-practices-for-k8s/certsuite/pkg/versions.GitRelease=${GIT_RELEASE}
5252LINKER_CERTSUITE_RELEASE_FLAGS+ = -X github.com/redhat-best-practices-for-k8s/certsuite/pkg/versions.GitPreviousRelease=${GIT_PREVIOUS_RELEASE}
You can’t perform that action at this time.
0 commit comments