-
Notifications
You must be signed in to change notification settings - Fork 345
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
Broken build due to kind #713
Comments
TL;DR; it seems that we just need to get off from doing |
|
Recently moved to modules and removed the vendor directory. In order to get `go get` to work we need to ensure we are using the modules as intended. Fixes #713 Signed-off-by: John Schnake <[email protected]>
Thanks and sorry about that @johnSchnake, I'd additionally ask to consider using a fixed version so we don't surprise you again :( 0.3 will be out this week, perhaps at that point using a pre-built release binary will be sufficient? |
Sounds good to me; I had limited availability today so I just did the fastest fix I could find. Happy to fix the version especially if a new release is getting tagged soon. |
Thanks for understanding and apologies again. 0.3 will indeed land before the end of next week I promise, and should let |
What steps did you take and what happened:
Travis is currently failing due to a problem with getting/installing kind.
What did you expect to happen:
Successful build.
Anything else you would like to add:
I think they recently went to using gomodules and so we may need to tweak something to properly utilize them. (Could be wrong, but locally I hit that because I was in my GOPATH)
The text was updated successfully, but these errors were encountered: