-
Notifications
You must be signed in to change notification settings - Fork 37
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
Clean up go modules. #68
Clean up go modules. #68
Conversation
This looks great, thanks. What commands did you run to produce this? It's possible it's better simply because I haven't tried re-resolving the dependencies with Go 1.12. |
CircleCI seems to think we can do one better:
https://circleci.com/gh/johanbrandhorst/certify/498 Honestly though, if this is hard to reproduce, I can just remove the vendor check. It's never worked consistently for me. |
Hm, the generate error is a little more sinister. I don't know if we can update
Also, you'll need to regenerate the protofiles in the test with a newer version of protoc-gen-go. |
eeeda65
to
e05e9fd
Compare
Codecov Report
@@ Coverage Diff @@
## master #68 +/- ##
=======================================
Coverage 67.91% 67.91%
=======================================
Files 8 8
Lines 402 402
=======================================
Hits 273 273
Misses 81 81
Partials 48 48 Continue to review full report at Codecov.
|
Goland seems to be sticking |
I think if we can keep the previous version of |
Looks like the vendor job is working again |
cool will do that |
Looks like running go generate adds the appengine dependency back... I really don't understand it, but at this point I wouldn't hate just to remove the vendor job from |
Ah, you'll need to copy the environment variable for that job, it runs without implicit module support. I think it's because of |
f064c01
to
1140fe5
Compare
1140fe5
to
02f1e15
Compare
cool everything seems to be happy now |
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.
Great, thanks for this cleanup :). I'll release v1.2.0 after this merge.
awesome thank you |
No description provided.