Skip to content

Commit

Permalink
chore(deps): update dependency google.golang.org/grpc to v1.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2022
1 parent ddcb1d2 commit 5e34fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN ( cd ./grpc-go/cmd/protoc-gen-go-grpc && go install . )
# Go get go-related bins
WORKDIR /tmp
RUN set -e && \
GO111MODULE=on go get google.golang.org/grpc@v1.47.0
GO111MODULE=on go get google.golang.org/grpc@v1.48.0

# install protoc-gen-grpc-gateway and protoc-gen-openapiv2
RUN set -e && \
Expand Down
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.47.0
google.golang.org/grpc v1.48.0
google.golang.org/protobuf v1.27.1
)

0 comments on commit 5e34fa8

Please sign in to comment.