mirror of https://github.com/kubernetes/kops.git
Bump ko-build
See changes: https://github.com/ko-build/ko/compare/v0.14.1...v0.18.0 Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
This commit is contained in:
parent
20023e5596
commit
4aaeb5f92f
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