From 3d3e051f035bc5bcbefa0f74aa228a92075150b3 Mon Sep 17 00:00:00 2001 From: mdolinin Date: Tue, 25 Oct 2022 07:52:15 -0400 Subject: [PATCH] fix(gloo): Update Gloo to the latest stable version Signed-off-by: mdolinin --- test/gloo/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gloo/install.sh b/test/gloo/install.sh index ebf7e853..fbf34a05 100755 --- a/test/gloo/install.sh +++ b/test/gloo/install.sh @@ -2,7 +2,7 @@ set -o errexit -GLOO_VER="1.11.13" +GLOO_VER="1.12.31" REPO_ROOT=$(git rev-parse --show-toplevel) mkdir -p ${REPO_ROOT}/bin