Skip to content

Commit

Permalink
Fix go version hint. (prometheus#2750)
Browse files Browse the repository at this point in the history
  • Loading branch information
Colstuwjx authored and juliusv committed May 20, 2017
1 parent 0e05ccc commit 75b8973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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.5 or greater installed](http://golang.org/doc/install).
Go environment with [version 1.8 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`. We use Go 1.5's experimental
Expand Down

0 comments on commit 75b8973

Please sign in to comment.