Skip to content

Commit

Permalink
Merge branch 'main' into tbruyelle/fix-dup-amino-path
Browse files Browse the repository at this point in the history
  • Loading branch information
giunatale authored Jun 19, 2024
2 parents 1b6df2c + 03c8556 commit a62d215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### BUG FIXES

* Fix duplicate amino path in gov module ([#44](https://github.com/atomone-hub/govgen/pull/44))
* Ensure correct version of `protoc-gen-gocosmos` is installed ([#41](https://github.com/atomone-hub/govgen/pull/41)).

### DEPENDENCIES

Expand Down
2 changes: 1 addition & 1 deletion proto/scripts/protocgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ protoc_gen_gocosmos() {
return 1
fi

go get github.com/regen-network/cosmos-proto/protoc-gen-gocosmos@latest 2>/dev/null
go install github.com/regen-network/cosmos-proto/protoc-gen-gocosmos 2>/dev/null
}

protoc_gen_gocosmos
Expand Down

0 comments on commit a62d215

Please sign in to comment.