summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2018-10-01 18:21:55 +0100
committerChristopher Speller <crspeller@gmail.com>2018-10-01 10:21:55 -0700
commit328d9a55ee9bec51b5e36f64920bf8d4d59aeee2 (patch)
treeb82e0282accc0b108a481bcfa3d9a3a11231ade0 /scripts
parentad4443d06d84c7162b5951f9c52d6ecc1faf4eb1 (diff)
downloadchat-328d9a55ee9bec51b5e36f64920bf8d4d59aeee2.tar.gz
chat-328d9a55ee9bec51b5e36f64920bf8d4d59aeee2.tar.bz2
chat-328d9a55ee9bec51b5e36f64920bf8d4d59aeee2.zip
Bump prerequisite go version check to 1.11 (#9517)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/prereq-check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prereq-check.sh b/scripts/prereq-check.sh
index 6f2954273..ab196f77a 100755
--- a/scripts/prereq-check.sh
+++ b/scripts/prereq-check.sh
@@ -35,7 +35,7 @@ echo "Checking prerequisites"
REQUIREDNODEVERSION=8.9.0
REQUIREDNPMVERSION=5.6.0
-REQUIREDGOVERSION=1.9.2
+REQUIREDGOVERSION=1.11.0
REQUIREDDOCKERVERSION=17.0
NODEVERSION=$(sed 's/v//' <<< $(node -v))