Use grpc 1.56.0 by default (#759)

pull/768/head 2.1.34
Michele Locati 2023-06-23 18:02:17 +02:00 committed by GitHub
parent 1310ce2325
commit f5b3ab78a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2825,7 +2825,7 @@ installRemoteModule() {
fi
if test -z "$installRemoteModule_version"; then
# See https://github.com/protocolbuffers/protobuf/issues/10619
installRemoteModule_version=1.55.0
installRemoteModule_version=1.56.0
fi
if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then
case "$DISTRO_VERSION" in