diff --git a/Makefile b/Makefile index 717f633052..43496e45a7 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ endif # CODEGEN_VERSION is the version of k8s.io/code-generator to use CODEGEN_VERSION=v0.29.0 -KO=go run github.com/google/ko@v0.14.1 +KO=go run github.com/google/ko@v0.18.0 UPLOAD_CMD=$(KOPS_ROOT)/hack/upload ${UPLOAD_ARGS}