Skip to content

Commit

Permalink
Merge pull request #25 from ido-namely/renovate/grpc-major-upgrade
Browse files Browse the repository at this point in the history
chore(deps): update dependency google.golang.org/grpc to v1.47.0
  • Loading branch information
ido-namely authored Jul 9, 2022
2 parents 1769e09 + 4439ad6 commit 5fdd590
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 @@ -73,7 +73,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.46.0
GO111MODULE=on go get google.golang.org/grpc@v1.47.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.46.0
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.27.1
)

0 comments on commit 5fdd590

Please sign in to comment.