Skip to content

Commit 667006d

Browse files
committed
Fix: golang-lint slow
Signed-off-by: kerthcet <[email protected]>
1 parent e677620 commit 667006d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

128128
GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
129-
GOLANGCI_LINT_VERSION ?= v1.58.2
129+
GOLANGCI_LINT_VERSION ?= v1.63.4
130130
golangci-lint:
131131
@[ -f $(GOLANGCI_LINT) ] || { \
132132
set -e ;\
@@ -144,7 +144,6 @@ pythonci-lint:
144144
.PHONY: lint
145145
lint: golangci-lint pythonci-lint
146146
$(GOLANGCI_LINT) run
147-
black ./llmaz
148147

149148
.PHONY: lint-fix
150149
lint-fix: golangci-lint ## Run golangci-lint linter and perform fixes

0 commit comments

Comments
 (0)