Skip to content

Commit

Permalink
Remove support for Go 1.7 (google#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis authored Aug 6, 2018
1 parent 2f5e75e commit fbd7fb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go:
- "1.10.x"
- "1.9.x"
- "1.8.x"
- "1.7.x"
- master
matrix:
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

go-github is a Go client library for accessing the [GitHub API v3][].

go-github requires Go version 1.7 or greater.
go-github requires Go version 1.8 or greater.

If you're interested in using the [GraphQL API v4][], the recommended library is
[shurcooL/githubv4][].
Expand Down

0 comments on commit fbd7fb9

Please sign in to comment.