Change the minor version of go to 1.13 (#13015)

* Changed go minor version 12 -> 13

* REQUIREDGOVERSION set to 1.13.0
Этот коммит содержится в:
Rodrigo Villablanca Vásquez
2019-11-06 12:04:50 -03:00
коммит произвёл Christopher Speller
родитель 8febdcf2b8
Коммит a39f4f1064
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@@ -19,7 +19,7 @@ check_prereq()
if check_version $installed_version $required_version; then
echo "$dependency minimum requirement met. Required: $required_version, Found: $installed_version"
else
else
echo "WARNING! Mattermost did not find the minimum supported version of '$dependency' installed. Required: $required_version, Found: $installed_version"
echo "We highly recommend stopping installation and updating dependencies before continuing"
read -p "Enter Y to continue anyway (not recommended)." -n 1 -r
@@ -35,7 +35,7 @@ echo "Checking prerequisites"
REQUIREDNODEVERSION=8.9.0
REQUIREDNPMVERSION=5.6.0
REQUIREDGOVERSION=1.12.0
REQUIREDGOVERSION=1.13.0
REQUIREDDOCKERVERSION=17.0
NODEVERSION=$(sed 's/v//' <<< $(node -v))