mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-16 04:06:12 +00:00
proto: bump gogoproto (1.3.2) (#5886)
- bump gogoproto (1.3.2) - regenerate proto files Closes: #XXX
This commit is contained in:
@@ -4,7 +4,7 @@ set -eo pipefail
|
||||
|
||||
proto_dirs=$(find ./proto -path -prune -o -name '*.proto' -print0 | xargs -0 -n1 dirname | sort | uniq)
|
||||
for dir in $proto_dirs; do
|
||||
protoc \
|
||||
buf protoc \
|
||||
-I "proto" \
|
||||
-I "third_party/proto" \
|
||||
--gogofaster_out=\
|
||||
|
||||
Reference in New Issue
Block a user