Skip to content
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 manifest-tool, oras-v2, remove all replace in go.mod #3912

Merged
merged 1 commit into from Feb 16, 2023

Conversation

deitch
Copy link
Collaborator

@deitch deitch commented Feb 16, 2023

- What I did

Now that manifest-tool includes only latest oras/v2, updated to both of those.

More importantly, this removes the last replace commands in go.mod, which enables linuxkit to be embedded without all of the build issues, and go install github.com/linuxkit/linuxkit/src/cmd/linuxkit@latest to work again.

- How I did it

go get then remove the replace statements, then go mod tidy then go mod vendor.

- How to verify it

CI.

- Description for the changelog

go install works again

Signed-off-by: Avi Deitcher <avi@deitcher.net>
@deitch
Copy link
Collaborator Author

deitch commented Feb 16, 2023

Fixes #3873

@deitch deitch merged commit f0f21be into linuxkit:master Feb 16, 2023
@deitch deitch deleted the update-manifest-tool-oras branch February 16, 2023 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants