forked from mirror/client_golang
Add more precise Go version requirements.
Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
b2924667e3
commit
82cc0ac61c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue