Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Go1.11 to CI #659

Merged
merged 6 commits into from Oct 2, 2018
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ go:
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- tip

script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -319,7 +319,7 @@ To update Testify to the latest version, use `go get -u github.com/stretchr/test
Supported go versions
==================

We support the three major Go versions, which are 1.8, 1.9 and 1.10 at the moment.
We support the four major Go versions, which are 1.8, 1.9, 1.10, and 1.11 at the moment.
georgelesica-wf marked this conversation as resolved.
Show resolved Hide resolved

------

Expand Down