-
Notifications
You must be signed in to change notification settings - Fork 521
RFC: use go modules #1451
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
base: master
Are you sure you want to change the base?
RFC: use go modules #1451
Conversation
Can one of the admins verify this patch? |
Happy to change over to Go modules. This needs a rebase. |
36d1921
to
92f150f
Compare
@justincormack thanks for reviewing! Sorry for the delay, it's been rather busy lately... |
@SantiagoTorres could you update your PR to use Go 1.13 instead? That would also be aligned with another PR #1515 waiting to be merged. If you don't have time, I'm happy to file a replacement PR. |
Hi, I'll pick this up this weekend. Should be triival enough for me to update but let me take a look... |
Signed-off-by: Santiago Torres <[email protected]>
It appears that the newer version of gorethink(?) returns "No address associated with hostname" rather than a string containing "no host" as it was previously checked-for.
92f150f
to
8d16db7
Compare
@marcofranssen I updated this PR. I also had to fix one test(?), but I added it as a separate commit in case we want to discard that for now. |
This can probably be closed now that #1523 did this |
I just did this for the sake of avoiding GOPATH insanity and quality of life.
What do you people think?