summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))