From 328d9a55ee9bec51b5e36f64920bf8d4d59aeee2 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Mon, 1 Oct 2018 18:21:55 +0100 Subject: Bump prerequisite go version check to 1.11 (#9517) --- scripts/prereq-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3-1-g7c22