Browse Source

scripts/updatedep: use Go 1.13

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Gyuho Lee 6 years ago
parent
commit
1dff148f69
1 changed files with 2 additions and 2 deletions
  1. 2 2
      scripts/updatedep.sh

+ 2 - 2
scripts/updatedep.sh

@@ -13,8 +13,8 @@ if [ -d "gopath.proto" ]; then
   exit 255
   exit 255
 fi
 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
   exit 255
 fi
 fi