Skip to content
Snippets Groups Projects
Commit 9146760a authored by Vickenty Fesunov's avatar Vickenty Fesunov Committed by Brian Brazil
Browse files

Bump required golang version in the README (#3528)

10b2e8c6 pulled new TSDB, which uses `math/bits` package introduced in Go 1.9
parent 36190239
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -56,7 +56,7 @@ Prometheus will now be reachable at http://localhost:9090/.
### Building from source
 
To build Prometheus from the source code yourself you need to have a working
Go environment with [version 1.8 or greater installed](http://golang.org/doc/install).
Go environment with [version 1.9 or greater installed](http://golang.org/doc/install).
 
You can directly use the `go` tool to download and install the `prometheus`
and `promtool` binaries into your `GOPATH`:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment