diff --git a/Makefile b/Makefile index 3c841dbb..a4376a01 100644 --- a/Makefile +++ b/Makefile @@ -348,7 +348,7 @@ ct: $(call go-install-tool,$(CT),github.com/$(CT_LOOKUP)/v3/ct@$(CT_VERSION)) KIND := $(LOCALBIN)/kind -KIND_VERSION := v0.31.0 +KIND_VERSION := v0.32.0 KIND_LOOKUP := kubernetes-sigs/kind kind: @test -s $(KIND) && $(KIND) --version | grep -q $(KIND_VERSION) || \