Skip to content

Commit

Permalink
update ko to v0.13.0 (kubernetes-sigs#3115)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorj authored Mar 23, 2023
1 parent 243c0f1 commit 800d15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install-ko.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.2
go install github.com/google/ko@v0.13.0
fi

0 comments on commit 800d15c

Please sign in to comment.