-
Notifications
You must be signed in to change notification settings - Fork 18
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
Upgrading from go_get: mage binary #259
Comments
I would advise you use go_repo which is the latest way to add third party go deps but if you want to use go_module first I think maybe you want
To explain in more detail the If you had wanted to install other packages within that module eg. there was a |
if you wanted to use go_repo you would do
|
Drat. I was hoping to avoid that because I wanted to pass in
As I said, it seems like this should be easily doable within |
I'm struggling mightily with getting the
mage
tool built using the new regime. I'm coming from:And trying to upgrade to:
Results in:
Or:
Which results in:
or the other commented-out variant:
This feels like it should be dead simple, but I'm struggling because I also can't easily investigate the build environment because the
--shell
is failing to build.The text was updated successfully, but these errors were encountered: