From f8f9f59e692860b84545d75b425ec7824eeeddf0 Mon Sep 17 00:00:00 2001 From: Chao Dai Date: Thu, 16 Apr 2020 20:11:18 -0700 Subject: [PATCH] [TESTONLY] update ko to lastest in 0.11 --- test/e2e-common.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/e2e-common.sh b/test/e2e-common.sh index 85d61c14c232..a0351cc0f838 100644 --- a/test/e2e-common.sh +++ b/test/e2e-common.sh @@ -25,6 +25,9 @@ E2E_CLUSTER_MACHINE=${E2E_CLUSTER_MACHINE:-n1-standard-8} # This script provides helper methods to perform cluster actions. source $(dirname $0)/../vendor/knative.dev/test-infra/scripts/e2e-tests.sh +# Install ko for test, this should get us ko@v0.4.0 +GO111MODULE=on go get github.com/google/ko/cmd/ko@v0.4.0 + CERT_MANAGER_VERSION="0.9.1" ISTIO_VERSION="" GLOO_VERSION=""