mirror of https://github.com/kubernetes/kops.git
Update ko to v0.12.0
This commit is contained in:
parent
c592a02bb4
commit
c008540b36
|
@ -21,5 +21,5 @@ set -o pipefail
|
||||||
if ! command -v ko &> /dev/null; then
|
if ! command -v ko &> /dev/null; then
|
||||||
. "$(dirname "${BASH_SOURCE[0]}")/common.sh"
|
. "$(dirname "${BASH_SOURCE[0]}")/common.sh"
|
||||||
cd "${KOPS_ROOT}/hack" || exit 1
|
cd "${KOPS_ROOT}/hack" || exit 1
|
||||||
go install github.com/google/ko@v0.11.2
|
go install github.com/google/ko@v0.12.0
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue