File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
8080GOLANGCI_LINT = $(shell pwd) /bin/golangci-lint
81- GOLANGCI_LINT_VERSION ?= v1.57.2
81+ GOLANGCI_LINT_VERSION ?= v2.5.0
8282golangci-lint :
8383 @[ -f $( GOLANGCI_LINT) ] || { \
8484 set -e ; \
You can’t perform that action at this time.
0 commit comments