Update to use new Gloo Edge 1.6 API

Signed-off-by: Kevin Dorosh <kcdorosh@gmail.com>
This commit is contained in:
Kevin Dorosh
2020-12-22 10:09:20 -05:00
parent a3f791be17
commit b9f14ee57a
3 changed files with 25 additions and 22 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -o errexit
GLOO_VER="1.5.13"
GLOO_VER="1.6.0-beta22" # this can be replaced with 1.6.0 when it's released in two weeks
REPO_ROOT=$(git rev-parse --show-toplevel)
mkdir -p ${REPO_ROOT}/bin