diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh index 11936fa978..dcd9d8c229 100755 --- a/scripts/protocgen.sh +++ b/scripts/protocgen.sh @@ -2,6 +2,8 @@ set -eo pipefail +go version + protoc_gen_gocosmos() { if ! grep "github.com/gogo/protobuf => github.com/regen-network/protobuf" go.mod &>/dev/null ; then echo -e "\tPlease run this command from somewhere inside the cosmos-sdk folder."