diff --git a/Makefile b/Makefile index 7e18f4ec..04bcc324 100644 --- a/Makefile +++ b/Makefile @@ -648,7 +648,7 @@ kind: $(call go-install-tool,$(KIND),sigs.k8s.io/kind/cmd/kind@$(KIND_VERSION)) KO := $(LOCALBIN)/ko -KO_VERSION := v0.19.0 +KO_VERSION := v0.19.1 KO_LOOKUP := google/ko ko: @test -s $(KO) && $(KO) -h | grep -q $(KO_VERSION) || \