diff --git a/functional/scripts/genproto.sh b/functional/scripts/genproto.sh index cc27a1234..9ed5abe2a 100755 --- a/functional/scripts/genproto.sh +++ b/functional/scripts/genproto.sh @@ -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