Skip to content

Commit

Permalink
README, travis: minimum version is now Go 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlayher committed Mar 8, 2019
1 parent c5e1469 commit 773f7fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: go

go:
- 1.7.x # See README.md for current minimum version.
- 1.8.x
- 1.8.x # See README.md for current minimum version.
- 1.9.x
- 1.10.x
- 1.11.x
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7 or later.__
__This library requires Go1.8 or later.__

## Important note about releases, versioning, tagging, and stability

Expand Down

0 comments on commit 773f7fb

Please sign in to comment.