diff --git a/contrib/scripts/protocgen.sh b/contrib/scripts/protocgen.sh index b5c3e00718..eb1cdaa60f 100755 --- a/contrib/scripts/protocgen.sh +++ b/contrib/scripts/protocgen.sh @@ -19,4 +19,5 @@ cd .. cp -r github.com/umee-network/umee/v3/* . rm -rf github.com -go mod tidy +# we need to go mod manually, because the docker image is still on go1.18 +# go mod tidy diff --git a/proto/buf.gen.gogo.yaml b/proto/buf.gen.gogo.yaml index 2e091cb33e..9c8ba0a4b1 100644 --- a/proto/buf.gen.gogo.yaml +++ b/proto/buf.gen.gogo.yaml @@ -2,7 +2,7 @@ version: v1 plugins: - name: gocosmos out: .. - opt: plugins=grpc,Mgoogle/protobuf/duration.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/struct.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/wrappers.proto=github.com/gogo/protobuf/types + opt: plugins=grpc,Mgoogle/protobuf/any.proto=github.com/cosmos/cosmos-sdk/codec/types - name: grpc-gateway out: .. opt: logtostderr=true,allow_colon_final_segments=true