Skip to content

Commit d932c9f

Browse files
authored
Update GolangCI to v1.64.3 (redhat-best-practices-for-k8s#2793)
1 parent 1401c67 commit d932c9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Golangci-lint
7474
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
7575
with:
76-
version: v1.63
76+
version: v1.64
7777
args: --timeout 10m0s
7878

7979
- name: Checkmake

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.64.2
49+
GOLANGCI_VERSION=v1.64.3
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)