Skip to content

Commit

Permalink
update to grpc 1.41 (#266)
Browse files Browse the repository at this point in the history
* update to grpc 1.41

* Delete Earthfile

* Update variables.sh

* update gateway go.mod file
  • Loading branch information
ido-namely authored Dec 14, 2021
1 parent e1b7367 commit d78d705
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gwy/templates/go.mod.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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.34.0
google.golang.org/grpc v1.41.0
google.golang.org/protobuf v1.24.0
)
4 changes: 2 additions & 2 deletions variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ CONTAINER=${DOCKER_REPO}${NAMESPACE}
LATEST=${1:false}

GO_VERSION=${GO_VERSION:-1.14}
GRPC_VERSION=${GRPC_VERSION:-1.40}
GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.40}
GRPC_VERSION=${GRPC_VERSION:-1.41}
GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.41}
GRPC_WEB_VERSION=${GRPC_WEB_VERSION:-1.2.1}
GRPC_GATEWAY_VERSION=${GRPC_GATEWAY_VERSION:-2.0.1}
UBER_PROTOTOOL_VERSION=${UBER_PROTOTOOL_VERSION:-1.3.0}
Expand Down

0 comments on commit d78d705

Please sign in to comment.