Skip to content

Commit

Permalink
Update to go 1.11 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei committed Aug 25, 2018
1 parent d0444fc commit ef50b0d
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,9 +1,8 @@
language: go
go:
- "1.7.x"
- "1.8.x"
- "1.9.x"
- "1.10.x"
- "1.11.x"
- master

matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ To update Objx to the latest version, run:
go get -u github.com/stretchr/objx

### Supported go versions
We support the lastest three major Go versions, which are 1.8, 1.9 and 1.10 at the moment.
We support the lastest three major Go versions, which are 1.9, 1.10 and 1.11 at the moment.

## Contributing
Please feel free to submit issues, fork the repository and send pull requests!

0 comments on commit ef50b0d

Please sign in to comment.