Skip to content

Commit df74184

Browse files
committed
Upgraded the golang-ci version
Signed-off-by: swastik959 <[email protected]>
1 parent 216f3af commit df74184

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: golangci-lint
8686
uses: golangci/golangci-lint-action@v6
8787
with:
88-
version: v1.60.1
88+
version: v1.64.2
8989
args: --timeout=10m
9090

9191
lint_shell:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test: manifests generate fmt vet envtest ## Run tests.
7575
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test -race $(shell go list ./... | grep -v e2e) -coverprofile cover.out
7676

7777
GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
78-
GOLANGCI_LINT_VERSION ?= v1.54.2
78+
GOLANGCI_LINT_VERSION ?= v1.64.2
7979
golangci-lint:
8080
@[ -f $(GOLANGCI_LINT) ] || { \
8181
set -e ;\

0 commit comments

Comments
 (0)