From 0477a2c4d220627b5e802525ea22e5c80e9eb0f4 Mon Sep 17 00:00:00 2001 From: Prabhjot Singh Sethi Date: Tue, 13 May 2025 10:01:25 +0000 Subject: [PATCH] Add grpc gateway generator installation in dev setup script Signed-off-by: Prabhjot Singh Sethi --- scripts/dev-setup-ubuntu.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/dev-setup-ubuntu.sh b/scripts/dev-setup-ubuntu.sh index 39cfc49..4d37180 100755 --- a/scripts/dev-setup-ubuntu.sh +++ b/scripts/dev-setup-ubuntu.sh @@ -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 \ No newline at end of file