Skip to content

Commit

Permalink
Upgrade grpc generator dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: keliramu <[email protected]>
  • Loading branch information
keliramu committed Oct 10, 2024
1 parent 38ffa6c commit a7f0117
Show file tree
Hide file tree
Showing 37 changed files with 1,021 additions and 2,525 deletions.
4 changes: 2 additions & 2 deletions ci/docker/generator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN wget --progress=dot:giga https://github.com/protocolbuffers/protobuf/release
echo "6a9fc36363a2d05d73fc363a46cd57d849068d33305db39f77daac8ba073e818 /tmp/protoc.zip" | sha256sum -c - && \
unzip /tmp/protoc.zip -d /usr/ && rm /tmp/protoc.zip && \
# Install protoc-gen-go and protoc-gen-go-grpc
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28.1 && \
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0 && \
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.35.1 && \
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.5.1 && \
ln -s /usr/bin/protoc-gen-go-grpc /usr/bin/protoc-gen-go_grpc && \
go clean -cache -modcache
4 changes: 2 additions & 2 deletions config/group.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions config/protocol.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions config/technology.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 10 additions & 40 deletions daemon/pb/account.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 6 additions & 22 deletions daemon/pb/cities.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a7f0117

Please sign in to comment.