From b0fb8fdb956209ee16c2a02c8c22ea289f1cc168 Mon Sep 17 00:00:00 2001 From: Yarom Swisa Date: Wed, 4 Sep 2024 16:31:58 +0300 Subject: [PATCH] more --- scripts/init_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/init_install.sh b/scripts/init_install.sh index 760c5803d6..369d44c894 100755 --- a/scripts/init_install.sh +++ b/scripts/init_install.sh @@ -79,6 +79,7 @@ if ! command_exists protoc-gen-gocosmos; then make install cd .. rm -rf gogoproto + go get github.com/grpc-ecosystem/grpc-gateway/v2@v2.22.0 fi if ! command_exists yq; then