From aac6bd9164fde9e6efdd237325c2888f971c9361 Mon Sep 17 00:00:00 2001 From: Abraham Heidebrecht Date: Wed, 11 May 2022 10:08:26 -0400 Subject: [PATCH] Bump grpc to 1.44 (#293) --- gwy/templates/go.mod.tmpl | 2 +- variables.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gwy/templates/go.mod.tmpl b/gwy/templates/go.mod.tmpl index 0b0f4a4c..15773c7b 100644 --- a/gwy/templates/go.mod.tmpl +++ b/gwy/templates/go.mod.tmpl @@ -9,6 +9,6 @@ require ( github.com/sirupsen/logrus v1.7.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.7.1 - google.golang.org/grpc v1.43.0 + google.golang.org/grpc v1.44.0 google.golang.org/protobuf v1.27.1 ) diff --git a/variables.sh b/variables.sh index 46c553b0..2996cbc4 100755 --- a/variables.sh +++ b/variables.sh @@ -7,8 +7,8 @@ CONTAINER=${DOCKER_REPO}${NAMESPACE} LATEST=${1:false} GO_VERSION=${GO_VERSION:-1.17} -GRPC_VERSION=${GRPC_VERSION:-1.43} -GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.43} +GRPC_VERSION=${GRPC_VERSION:-1.44} +GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.44} GRPC_WEB_VERSION=${GRPC_WEB_VERSION:-1.3.0} GRPC_GATEWAY_VERSION=${GRPC_GATEWAY_VERSION:-2.0.1} UBER_PROTOTOOL_VERSION=${UBER_PROTOTOOL_VERSION:-1.3.0}