functional/scripts: use protoc 3.6.0

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
release-3.4
Gyuho Lee 2018-07-10 10:17:10 -07:00
parent 453db62d84
commit befc5cbb59
1 changed files with 2 additions and 2 deletions

View File

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