Skip to content

Commit

Permalink
fix: update docs to reflect new go 1.17 version minimum (prometheus#1…
Browse files Browse the repository at this point in the history
…0780)

The minimum go version was bumped to 1.17 in
29b5844, but the main README still
referenced go 1.16 as the minimum version required. This updates that.

I took a quick look through the other docs in the repo (ie, I did some
naive grepping), and this is the only reference I spotted.

Signed-off-by: TJ Hoplock <t.hoplock@gmail.com>
  • Loading branch information
tjhop authored and roidelapluie committed Jun 22, 2022
1 parent 4e148ae commit be71b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -59,7 +59,7 @@ Prometheus will now be reachable at <http://localhost:9090/>.

To build Prometheus from source code, You need:

* Go [version 1.16 or greater](https://golang.org/doc/install).
* Go [version 1.17 or greater](https://golang.org/doc/install).
* NodeJS [version 16 or greater](https://nodejs.org/).
* npm [version 7 or greater](https://www.npmjs.com/).

Expand Down

0 comments on commit be71b19

Please sign in to comment.