Skip to content

Commit

Permalink
Downgrade to ko v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers committed Jan 20, 2023
1 parent caa7140 commit 0ad697e
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.12.0
go install github.com/google/ko@v0.11.2
fi

0 comments on commit 0ad697e

Please sign in to comment.