Bump prerequisite go version check to 1.11 (#9517)

This commit is contained in:
George Goldberg
2018-10-01 18:21:55 +01:00
committed by Christopher Speller
parent ad4443d06d
commit 328d9a55ee

View File

@@ -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))