Skip to content

Commit eb01108

Browse files
committed
Go 1.24 compat, fix boilerplate checking
On-behalf-of: @SAP [email protected]
1 parent a987006 commit eb01108

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $(BUILD_DEST)/%: cmd/%
4040
go build $(GOTOOLFLAGS) -o $@ ./cmd/$*
4141

4242
GOLANGCI_LINT = _tools/golangci-lint
43-
GOLANGCI_LINT_VERSION = 1.63.4
43+
GOLANGCI_LINT_VERSION = 1.64.2
4444

4545
.PHONY: $(GOLANGCI_LINT)
4646
$(GOLANGCI_LINT):

hack/verify-boilerplate.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ _tools/boilerplate \
2828
-exclude internal/certificates/triple \
2929
-exclude sdk/clientset \
3030
-exclude sdk/informers \
31-
-exclude sdk/listers
31+
-exclude sdk/listers \
32+
-exclude test/crds

0 commit comments

Comments
 (0)