Merge pull request #664 from prometheus/beorn7/doc

Add more precise Go version requirements.
This commit is contained in:
Björn Rabenstein 2019-10-17 14:28:26 +02:00 committed by GitHub
commit 82e1269dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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