Skip to content

Commit 55a9ba4

Browse files
committed
fix kustomize version
1 parent b7ebfe6 commit 55a9ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ tools: kustomize protoc protoc-gen-go protoc-gen-go-grpc controller-gen envtest
222222
KUSTOMIZE = $(shell pwd)/bin/kustomize
223223
.PHONY: kustomize
224224
kustomize: ## Download kustomize locally if necessary.
225-
$(call go-install-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/v5.7.0)
225+
$(call go-install-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/v5@v5.7.1)
226226

227227
PROTOC = $(PROJECT_DIR)/protoc
228228
PROTOC_V ?= 31.1

0 commit comments

Comments
 (0)