From e20cc0d34f379b674c0bf4fb69e84ea612b5a799 Mon Sep 17 00:00:00 2001 From: Kirill Bobyrev Date: Tue, 17 Nov 2020 11:12:42 +0100 Subject: [PATCH] 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. --- .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 d5a4409..7f11820 100644 --- a/.github/workflows/autobuild.yaml +++ b/.github/workflows/autobuild.yaml @@ -104,7 +104,7 @@ jobs: with: repository: grpc/grpc path: grpc - ref: v1.32.0 + ref: v1.33.2 submodules: recursive - name: Build gRPC run: >