Skip to content

Commit 14308fa

Browse files
committed
Upgrade to gRPC v1.16.0
1 parent 8809303 commit 14308fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ git clone -b "$(curl -L https://grpc.io/release)" https://github.com/grpc/grpc
2020
GRPC_PATH=${PROJECT_PATH}/grpc
2121
cd "${GRPC_PATH}"
2222
# Checkout stable release of gRPC
23-
git checkout v1.11.0
23+
git checkout v1.16.0
2424
git submodule update --init
2525

2626
echo "Compiling gRPC protobufs"

0 commit comments

Comments
 (0)