Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion scripts/dev-setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ sudo apt install -y protobuf-compiler
# install protoc-gen-go
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.36.6

#install protoc-gen-go-grpc
# install protoc-gen-go-grpc
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.5.1

# install protoc-gen-grpc-gateway
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@v2.26.3