diff --git a/scripts/prereq-check.sh b/scripts/prereq-check.sh index 6f29542732..ab196f77a5 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))