From c04967c11d47249fadfe9bab37d33f5915fb1da7 Mon Sep 17 00:00:00 2001 From: Paulo Castello da Costa <6579971+paulosjca@users.noreply.github.com> Date: Fri, 16 Sep 2022 11:40:35 -0700 Subject: [PATCH] Pin driver version. (#323) Pins driver version to include https://github.com/grpc/grpc/pull/31010. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5b207cd..e13dfcff 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,9 @@ TEST_INFRA_VERSION ?= latest # Version of gRPC core used for the gRPC driver -DRIVER_VERSION ?= v1.47.0 +# Pinned to include the following PR: +# https://github.com/grpc/grpc/pull/31010 +DRIVER_VERSION ?= 5d2767601a0fe13add62ac01b8068ea5c52b36b8 # Prefix for all images used as clone and ready containers, enabling use with # registries other than Docker Hub