-
Notifications
You must be signed in to change notification settings - Fork 65
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
Fix broken go-discover dep tree. #155
Conversation
Thanks for the PR @jdoss! Kind of weird that |
Just noticed #141, maybe updating just Nomad is not enough? Still, I would be curious to see if it works 🙂 |
I can't reproduce the issue. all the current deps seems works fine. |
Ah ok, thanks for trying 🙂 I wasn't able to reproduce it either, but it was also reported by another user (#141), so there may be something weird going-on. This is what I tried to get a clean environment:
I tried Go 1.17 as well and it built fine 🤔 |
Do you folks still want this PR? I can close it if not. |
@jdoss thank you for the PR @lgfa29 i can not reproduce it in my personal dev env and also not in our (private) nightly builds. We're building on ephemeral nodes with golang 1.17 there. Also the GH Action Runner has no problem. My 2 Cents: merging it will not hurt us and it might fix a subtle problem for some users. |
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.
@lgfa29 all good! Thanks for the merge. 🥳 |
The go-discover mod had some broken deps (hashicorp/go-discover#172) so this PR fixes that issue and updates hclogvet's branch to main.
Without these changes, anyone building with a clean GOPATH will have a very broken dependency tree.