-
Notifications
You must be signed in to change notification settings - Fork 238
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
Upgrade Go to v1.11 and use modules instead of godep #221
Conversation
Codecov Report
@@ Coverage Diff @@
## master #221 +/- ##
=======================================
Coverage 27.02% 27.02%
=======================================
Files 21 21
Lines 2390 2390
=======================================
Hits 646 646
Misses 1671 1671
Partials 73 73 Continue to review full report at Codecov.
|
2837c5c
to
c3934a0
Compare
204f86e
to
7e2bde4
Compare
Thanks to @dnephin who already solved this for us over a year ago: alecthomas/gometalinter#149 (comment)
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.
LGTM
Thanks to Russ Cox for this comment which made it very easy to migrate:
golang/dep#1959 (comment)