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