From 8740f41a3a3252a42e7431d91cba9f1620d82c4b Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 1 Jun 2020 14:06:59 +0300 Subject: [PATCH] Update Istio e2e to v1.6.0 --- test/e2e-istio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e-istio.sh b/test/e2e-istio.sh index ef65da48..5b35b275 100755 --- a/test/e2e-istio.sh +++ b/test/e2e-istio.sh @@ -2,7 +2,7 @@ set -o errexit -ISTIO_VER="1.5.4" +ISTIO_VER="1.6.0" REPO_ROOT=$(git rev-parse --show-toplevel) echo ">>> Downloading Istio ${ISTIO_VER}"