From 82cc0ac61ce4097b55dd5709375d9e87b18360eb Mon Sep 17 00:00:00 2001 From: beorn7 Date: Thu, 17 Oct 2019 14:15:46 +0200 Subject: [PATCH] Add more precise Go version requirements. Signed-off-by: beorn7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f02060a..ca58eb9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is the [Go](http://golang.org) client library for instrumenting application code, and one for creating clients that talk to the Prometheus HTTP API. -__This library requires Go1.9 or later.__ +__This library requires Go1.9 or later.__ The mimimum required patch releases for older Go versions are Go1.9.7 and Go1.10.3. ## Important note about releases and stability