mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
scripts/updatedep: use Go 1.13
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
parent
a3f7202c5f
commit
1dff148f69
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user