-
Notifications
You must be signed in to change notification settings - Fork 10
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 Go 1.10 to the Travis build matrix #41
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Seems we're hitting on this issue: travis-ci/travis-ci#9247 |
One comment: if 1.10 is added, should we remove 1.7 as to supporting only the latest 3 releases? |
Re:
Makes sense to me since golang's release policy would make 1.7 already not supported. |
Codecov Report
@@ Coverage Diff @@
## master #41 +/- ##
==========================================
- Coverage 83.19% 82.95% -0.24%
==========================================
Files 32 32
Lines 2927 2927
==========================================
- Hits 2435 2428 -7
- Misses 429 435 +6
- Partials 63 64 +1
Continue to review full report at Codecov.
|
No description provided.