bump the minimum required go version to build to 1.4 (#8196)

Signed-off-by: Kuntal Majumder <kuntal@infracloud.io>
This commit is contained in:
Kuntal Majumder 2020-11-18 22:46:33 +05:30 committed by GitHub
parent 6e872dee43
commit 3093755174
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ Prometheus will now be reachable at http://localhost:9090/.
### Building from source
To build Prometheus from source code, first ensure that have a working
Go environment with [version 1.13 or greater installed](https://golang.org/doc/install).
Go environment with [version 1.14 or greater installed](https://golang.org/doc/install).
You also need [Node.js](https://nodejs.org/) and [Yarn](https://yarnpkg.com/)
installed in order to build the frontend assets.