From 6785591945738ce4df5a61a69d20f0f797e87e91 Mon Sep 17 00:00:00 2001 From: rachid Date: Thu, 22 Sep 2022 17:46:16 +0200 Subject: [PATCH] temporary: more output for proto CI --- scripts/protocgen.sh | 2 ++ 1 file changed, 2 insertions(+) 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."