From be71b19b04880aad9cc4680f037612065a250672 Mon Sep 17 00:00:00 2001 From: TJ Hoplock <33664289+tjhop@users.noreply.github.com> Date: Tue, 31 May 2022 07:37:05 -0400 Subject: [PATCH] fix: update docs to reflect new go 1.17 version minimum (#10780) The minimum go version was bumped to 1.17 in 29b58448e13d9c841683acf194a2aa70cff3a49c, 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76f4a1f889d..3a1784f629c 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Prometheus will now be reachable at . 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/).