mirror of https://github.com/etcd-io/dbtester.git
scripts: use protoc v3.2
This commit is contained in:
parent
0e3563e686
commit
792b360233
|
|
@ -7,8 +7,8 @@ if ! [[ "$0" =~ "scripts/genproto.sh" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# for now, be conservative about what version of protoc we expect
|
# for now, be conservative about what version of protoc we expect
|
||||||
if ! [[ $(protoc --version) =~ "3.1.0" ]]; then
|
if ! [[ $(protoc --version) =~ "3.2.0" ]]; then
|
||||||
echo "could not find protoc 3.1.0, is it installed + in PATH?"
|
echo "could not find protoc 3.2.0, is it installed + in PATH?"
|
||||||
exit 255
|
exit 255
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue