scripts/updatedep: use Go 1.13

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee 2019-09-06 11:39:03 -07:00
parent a3f7202c5f
commit 1dff148f69

View File

@ -13,8 +13,8 @@ if [ -d "gopath.proto" ]; then
exit 255
fi
if [[ $(go version) != "go version go1.12"* ]]; then
echo "expect Go 1.12+, got:" "$(go version)"
if [[ $(go version) != "go version go1.13"* ]]; then
echo "expect Go 1.13+, got:" "$(go version)"
exit 255
fi