mirror of https://github.com/kubernetes/kops.git
commit
a0b5174c85
2
Makefile
2
Makefile
|
@ -42,7 +42,7 @@ endif
|
||||||
# CODEGEN_VERSION is the version of k8s.io/code-generator to use
|
# CODEGEN_VERSION is the version of k8s.io/code-generator to use
|
||||||
CODEGEN_VERSION=v0.29.0
|
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}
|
UPLOAD_CMD=$(KOPS_ROOT)/hack/upload ${UPLOAD_ARGS}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue