Skip to content

Commit

Permalink
update to grpc 1.40 (#265)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Ognibene <[email protected]>
  • Loading branch information
ido-namely and nycdotnet authored Nov 30, 2021
1 parent b73892b commit e1b7367
Showing 1 changed file with 2 additions and 2 deletions.
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.39}
GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.39}
GRPC_VERSION=${GRPC_VERSION:-1.40}
GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.40}
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 e1b7367

Please sign in to comment.