-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
bump runc to v1.2.1 #3616
base: master
Are you sure you want to change the base?
bump runc to v1.2.1 #3616
Conversation
Perhaps I'm missing something here, but it doesn't make any sense as run_tests do not use arguments. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
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.
cmd/go.mod
needs updating too?
This is done in preparation to runc/libcontainer vendor bump Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Missed that. Fixed now |
This bumps a few runc deps, and removes a few that we were able to decouple from. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
As I said in the description:
|
This is mostly because of go version bump in go.mod, which requires newer golangci-lint. |
@kolyshkin apologies! |
Let's
Currently a draft pending #3615 merge. I'll rebase once that one is merged.
Fixes: #3513