*: use protoc 3.2.0

Fixes #7631
This commit is contained in:
Anthony Romano
2017-03-30 13:38:09 -07:00
parent a0c97282c3
commit 1ff0b71b30
3 changed files with 28 additions and 58 deletions

View File

@@ -11,8 +11,8 @@ if ! [[ "$0" =~ "scripts/genproto.sh" ]]; then
fi
# for now, be conservative about what version of protoc we expect
if ! [[ $(protoc --version) =~ "3.1.0" ]]; then
echo "could not find protoc 3.1.0, is it installed + in PATH?"
if ! [[ $(protoc --version) =~ "3.2.0" ]]; then
echo "could not find protoc 3.2.0, is it installed + in PATH?"
exit 255
fi