This commit is contained in:
Ole Markus With 2022-03-24 08:29:33 +01:00
parent 289ec6e407
commit 3daa54337c
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ set -o pipefail
if ! command -v ko &> /dev/null; then
. "$(dirname "${BASH_SOURCE[0]}")/common.sh"
cd "${KOPS_ROOT}/hack" || exit 1
go install github.com/google/ko@v0.10.0
go install github.com/google/ko@v0.11.2
fi