Skip to content

Commit 1401c67

Browse files
authored
Updating GolangCI to v1.64.2 (redhat-best-practices-for-k8s#2792)
1 parent 10a030e commit 1401c67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,6 @@ issues:
132132
# golangci.com configuration
133133
# https://github.com/golangci/golangci/wiki/Configuration
134134
service:
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"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ GIT_COMMIT=$(shell script/create-version-files.sh)
4646
GIT_RELEASE=$(shell script/get-git-release.sh)
4747
GIT_PREVIOUS_RELEASE=$(shell script/get-git-previous-release.sh)
4848
CLAIM_FORMAT_VERSION=$(shell script/get-claim-version.sh)
49-
GOLANGCI_VERSION=v1.63.4
49+
GOLANGCI_VERSION=v1.64.2
5050
LINKER_CERTSUITE_RELEASE_FLAGS=-X github.com/redhat-best-practices-for-k8s/certsuite/pkg/versions.GitCommit=${GIT_COMMIT}
5151
LINKER_CERTSUITE_RELEASE_FLAGS+= -X github.com/redhat-best-practices-for-k8s/certsuite/pkg/versions.GitRelease=${GIT_RELEASE}
5252
LINKER_CERTSUITE_RELEASE_FLAGS+= -X github.com/redhat-best-practices-for-k8s/certsuite/pkg/versions.GitPreviousRelease=${GIT_PREVIOUS_RELEASE}

0 commit comments

Comments
 (0)