Updating grpc verion to 1.71.0

gRPC is on an older version; we tried to use a TLS-enabled connection, which requires the latest version of gRPC.
This commit is contained in:
SkullPsg 2025-10-17 10:46:05 +05:30 committed by GitHub
parent 0ed1e6bc60
commit eca053f6d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -228,7 +228,7 @@ jobs:
# We use the same version of gRPC for LLVM's clangd-ubuntu-tsan
# buildbot.
# https://github.com/llvm/llvm-zorg/blob/main/buildbot/google/docker/buildbot-clangd-ubuntu-clang/Dockerfile
ref: v1.36.3
ref: v1.71.0
submodules: recursive
- name: Build gRPC
run: >