From dd3acf058bbf8ca81b4a417dfc7dbfe5d1c4d25c Mon Sep 17 00:00:00 2001 From: Raffaele Di Fazio Date: Wed, 18 Dec 2024 19:48:56 +0100 Subject: [PATCH] update to latest ko version Signed-off-by: Raffaele Di Fazio --- scripts/install-ko.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-ko.sh b/scripts/install-ko.sh index 47307f4d4..91cf30392 100755 --- a/scripts/install-ko.sh +++ b/scripts/install-ko.sh @@ -20,5 +20,5 @@ set -o pipefail if ! command -v ko &> /dev/null; then cd "$(dirname "${BASH_SOURCE[0]}")" || exit 1 - go install github.com/google/ko@v0.14.1 + go install github.com/google/ko@v0.17.1 fi