Skip to content

Commit

Permalink
add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarom Swisa authored and Yarom Swisa committed Sep 4, 2024
1 parent 31d3dfd commit 8100c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/init_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8100c30

Please sign in to comment.