File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ test-e2e: kustomize manifests fmt vet envtest ginkgo kind-image-build
126126 E2E_KIND_VERSION=$(E2E_KIND_VERSION ) KIND_CLUSTER_NAME=$(KIND_CLUSTER_NAME ) KIND=$(KIND ) KUBECTL=$(KUBECTL ) KUSTOMIZE=$(KUSTOMIZE ) GINKGO=$(GINKGO ) USE_EXISTING_CLUSTER=$(USE_EXISTING_CLUSTER ) IMAGE_TAG=$(IMG ) ENVTEST_LWS_VERSION=$(ENVTEST_LWS_VERSION ) ./hack/e2e-test.sh
127127
128128GOLANGCI_LINT = $(shell pwd) /bin/golangci-lint
129- GOLANGCI_LINT_VERSION ?= v1.58.2
129+ GOLANGCI_LINT_VERSION ?= v1.63.4
130130golangci-lint :
131131 @[ -f $( GOLANGCI_LINT) ] || { \
132132 set -e ; \
@@ -144,7 +144,6 @@ pythonci-lint:
144144.PHONY : lint
145145lint : golangci-lint pythonci-lint
146146 $(GOLANGCI_LINT ) run
147- black ./llmaz
148147
149148.PHONY : lint-fix
150149lint-fix : golangci-lint # # Run golangci-lint linter and perform fixes
You can’t perform that action at this time.
0 commit comments