-
Notifications
You must be signed in to change notification settings - Fork 2.4k
refactor(container): Migrate to std lib context package #3771
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
Conversation
|
ci job fail :( |
Looks like it's an existing issue that wasn't detected by the linter due to the legacy context. But the linter definitely is correct, and the existing implementation doesn't look good. Perhaps the cadvisor/container/docker/docker.go Lines 35 to 38 in fba17be
@Rahul-Lashkari can you look at making those changes? |
yeah sure on it! thanks for guidance! |
|
PTAL! |
thaJeztah
left a comment
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.
Thanks! left some minor comments; also if you could squash the commits, so that there's a single commit in the PR
I'm not a maintainer on this repository, so can't trigger CI to run 😅
7a0369e to
ce73b2b
Compare
thaJeztah
left a comment
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.
LGTM, thanks!
|
thanks for merging! |
golang.org/x/net/contextwith the standard librarycontextpackage