Bump gRPC version to 1.33.2 (#592)

* Bump gRPC version to 1.33.2

This is the same version we are using in our buildbot, so this will
surely be the "stable" version for us right now.
This commit is contained in:
Kirill Bobyrev 2020-11-17 18:02:12 +03:00 committed by GitHub
parent a276cdf62f
commit 94b525b2ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,10 @@ jobs:
with:
repository: grpc/grpc
path: grpc
ref: v1.32.0
# We use the same version of gRPC for LLVM's clangd-ubuntu-tsan
# buildbot.
# https://github.com/llvm/llvm-zorg/blob/master/buildbot/google/docker/buildbot-clangd-ubuntu-clang/Dockerfile
ref: v1.33.2
submodules: recursive
- name: Build gRPC
run: >