From 8100c302a0c657b6446374afce6ab9c7d61bfe53 Mon Sep 17 00:00:00 2001 From: Yarom Swisa Date: Wed, 4 Sep 2024 16:12:44 +0300 Subject: [PATCH] add tag --- .github/workflows/proto.yml | 2 +- scripts/init_install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index 75ba16d975..5d0349baa2 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -52,7 +52,7 @@ jobs: - name: install proto cosmos run: | - git clone https://github.com/cosmos/gogoproto.git -b v1.4.11 + git clone https://github.com/cosmos/gogoproto.git -b v1.4.9 cd gogoproto go mod download make install diff --git a/scripts/init_install.sh b/scripts/init_install.sh index 86e246eb64..760c5803d6 100755 --- a/scripts/init_install.sh +++ b/scripts/init_install.sh @@ -73,7 +73,7 @@ else fi if ! command_exists protoc-gen-gocosmos; then - git clone https://github.com/cosmos/gogoproto.git + git clone https://github.com/cosmos/gogoproto.git -b v1.4.9 cd gogoproto go mod download make install