diff --git a/scripts/prereq-check.sh b/scripts/prereq-check.sh index 53273050dd..e56d0a0910 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.13.0 +REQUIREDGOVERSION=1.14.0 REQUIREDDOCKERVERSION=17.0 NODEVERSION=$(sed 's/v//' <<< $(node -v))