From eca053f6d38d983718779a26eacd643a07485176 Mon Sep 17 00:00:00 2001 From: SkullPsg Date: Fri, 17 Oct 2025 10:46:05 +0530 Subject: [PATCH] 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. --- .github/workflows/autobuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yaml b/.github/workflows/autobuild.yaml index d752c2f..7146a13 100644 --- a/.github/workflows/autobuild.yaml +++ b/.github/workflows/autobuild.yaml @@ -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: >