diff --git a/Makefile b/Makefile index be0277ae..6c94542d 100644 --- a/Makefile +++ b/Makefile @@ -350,7 +350,7 @@ kind: $(call go-install-tool,$(KIND),sigs.k8s.io/kind/cmd/kind@$(KIND_VERSION)) KO := $(LOCALBIN)/ko -KO_VERSION := v0.17.1 +KO_VERSION := v0.18.0 KO_LOOKUP := google/ko ko: @test -s $(KO) && $(KO) -h | grep -q $(KO_VERSION) || \