mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Bump minimum Go version required (#14250)
After the auto-vendoring change, minimum Go version required is 1.14. Co-authored-by: mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user