Skip to content

Commit 482649c

Browse files
committed
chore(*): bump golangci-lint to v2.5.0; action to v8.0.0
Signed-off-by: Vaughn Dice <[email protected]>
1 parent a6c14af commit 482649c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
go-version: "1.24"
4444
- name: golangci-lint
45-
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
45+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
4646
with:
47-
version: v1.64.7
47+
version: v2.5.0
4848
skip-cache: true

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ test: manifests generate fmt vet envtest ## Run tests.
7878
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./... -coverprofile cover.out
7979

8080
GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
81-
GOLANGCI_LINT_VERSION ?= v1.57.2
81+
GOLANGCI_LINT_VERSION ?= v2.5.0
8282
golangci-lint:
8383
@[ -f $(GOLANGCI_LINT) ] || { \
8484
set -e ;\

0 commit comments

Comments
 (0)