Skip to content

Drop deprecated ioutil#7203

Merged
AkihiroSuda merged 1 commit intocontainerd:mainfrom
jeffwidman:drop-deprecated-ioutil
Jul 23, 2022
Merged

Drop deprecated ioutil#7203
AkihiroSuda merged 1 commit intocontainerd:mainfrom
jeffwidman:drop-deprecated-ioutil

Conversation

@jeffwidman
Copy link
Copy Markdown
Contributor

ioutil has been deprecated by golang. All the code in ioutil just
forwards functionality to code in either the io or os packages.

See golang/go#51961 for more info.

Signed-off-by: Jeff Widman [email protected]

`ioutil` has been deprecated by golang. All the code in `ioutil` just
forwards functionality to code in either the `io` or `os` packages.

See golang/go#51961 for more info.

Signed-off-by: Jeff Widman <[email protected]>
@k8s-ci-robot
Copy link
Copy Markdown

Hi @jeffwidman. Thanks for your PR.

I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@estesp
Copy link
Copy Markdown
Member

estesp commented Jul 23, 2022

/ok-to-test

@AkihiroSuda AkihiroSuda merged commit db3ecb2 into containerd:main Jul 23, 2022
@jeffwidman jeffwidman deleted the drop-deprecated-ioutil branch July 23, 2022 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants