From 3daa54337c9c871e595f90a08112abbd7970c185 Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Thu, 24 Mar 2022 08:29:33 +0100 Subject: [PATCH] Bump ko --- hack/install-ko.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/install-ko.sh b/hack/install-ko.sh index 58c61733f6..23c2a24701 100755 --- a/hack/install-ko.sh +++ b/hack/install-ko.sh @@ -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