We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a987006 commit eb01108Copy full SHA for eb01108
Makefile
@@ -40,7 +40,7 @@ $(BUILD_DEST)/%: cmd/%
40
go build $(GOTOOLFLAGS) -o $@ ./cmd/$*
41
42
GOLANGCI_LINT = _tools/golangci-lint
43
-GOLANGCI_LINT_VERSION = 1.63.4
+GOLANGCI_LINT_VERSION = 1.64.2
44
45
.PHONY: $(GOLANGCI_LINT)
46
$(GOLANGCI_LINT):
hack/verify-boilerplate.sh
@@ -28,4 +28,5 @@ _tools/boilerplate \
28
-exclude internal/certificates/triple \
29
-exclude sdk/clientset \
30
-exclude sdk/informers \
31
- -exclude sdk/listers
+ -exclude sdk/listers \
32
+ -exclude test/crds
0 commit comments