-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update to latest Go and u-root #229
base: master
Are you sure you want to change the base?
Conversation
2ceb1bb
to
d787e4e
Compare
I don't understand Go modules. The error is:
The github.com/u-root/u-root is inside the go.mod, so I expect this to work. |
It looks like I need to change
|
This should fix the dependabot warnings. This change also adds support for building the initramfs on Mac and makes the switch to using Go modules. Tested with `task -fv core:loader` Signed-off-by: Ryan O'Leary <[email protected]>
Above errors have been fixed. The latest error is:
|
This should fix the dependabot warnings.
This change also adds support for building the initramfs on Mac and makes the switch to using Go modules.
Tested with
task -fv core:loader
Signed-off-by: Ryan O'Leary [email protected]