From d5550cd52ba2aa6d6842cbc49d2cf5ea74bd0632 Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Tue, 7 Jul 2020 17:07:23 -0700 Subject: [PATCH] Update init_submodules.sh --- scripts/init_submodules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init_submodules.sh b/scripts/init_submodules.sh index 3c61cca..b8f51d4 100755 --- a/scripts/init_submodules.sh +++ b/scripts/init_submodules.sh @@ -18,5 +18,5 @@ cd "$(dirname "$0")"/.. git submodule --quiet update --init cd third_party/closure-library && git checkout tags/v20200406 -f && cd ../.. cd third_party/openssl && git checkout tags/OpenSSL_1_0_2h -f && cd ../.. -cd third_party/grpc && git checkout tags/v1.28.1 -f && \ +cd third_party/grpc && git checkout tags/v1.30.0 -f && \ git submodule --quiet update --init && cd ../..