From 1d4c9efe63064bdd01f7bbda7781889924787844 Mon Sep 17 00:00:00 2001 From: Vandewilly Date: Tue, 16 Apr 2019 15:33:08 -0700 Subject: [PATCH] Update Go version in README.md (#5471) Prometheus 2.9 requires Go 1.12+ to build it from source This commit updates the README file according to this requirement Signed-off-by: Vandewilly Silva --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bf15c7e2..908a2cccf 100644 --- a/README.md +++ b/README.md @@ -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.11 or greater installed](https://golang.org/doc/install). +Go environment with [version 1.12 or greater installed](https://golang.org/doc/install). You can directly use the `go` tool to download and install the `prometheus` and `promtool` binaries into your `GOPATH`: