diff --git a/Makefile b/Makefile index 43c89ac2..7e18f4ec 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.18.1 +KO_VERSION := v0.19.0 KO_LOOKUP := google/ko ko: @test -s $(KO) && $(KO) -h | grep -q $(KO_VERSION) || \