Skip to content

Commit

Permalink
fix(deps): update grpc version
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2024
1 parent 075b661 commit e5f13c5
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.9.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.14.0
google.golang.org/grpc v1.51.0
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.28.1
)
4 changes: 2 additions & 2 deletions variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ LATEST=${1:false}

DEBIAN_VERSION=${DEBIAN_VERSION:-bullseye}
GO_VERSION=${GO_VERSION:-1.19}
GRPC_VERSION=${GRPC_VERSION:-1.51}
GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.51}
GRPC_VERSION=${GRPC_VERSION:-1.64}
GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.65}
GRPC_WEB_VERSION=${GRPC_WEB_VERSION:-1.4.2}
GRPC_GATEWAY_VERSION=${GRPC_GATEWAY_VERSION:-v2.0.1}
PROTOBUF_JS_VERSION=${PROTOBUF_JS_VERSION:-v3.21.2}
Expand Down

0 comments on commit e5f13c5

Please sign in to comment.