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

Remove deprecated "io/ioutil" #44

Open
Nicolas-Peiffer opened this issue Jan 16, 2025 · 0 comments
Open

Remove deprecated "io/ioutil" #44

Nicolas-Peiffer opened this issue Jan 16, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Nicolas-Peiffer
Copy link
Contributor

Deprecated: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details.

https://pkg.go.dev/io/ioutil

grep -ri ioutil
cmd/k8s-kms-plugin/cmd/decrypt-csr.go:	"io/ioutil"
cmd/k8s-kms-plugin/cmd/import-ca.go:	"io/ioutil"
cmd/k8s-kms-plugin/cmd/serve.go:	"io/ioutil"
cmd/k8s-kms-plugin/cmd/verify-cert.go:	"io/ioutil"
@Nicolas-Peiffer Nicolas-Peiffer added the enhancement New feature or request label Jan 16, 2025
@Nicolas-Peiffer Nicolas-Peiffer self-assigned this Jan 16, 2025
@Nicolas-Peiffer Nicolas-Peiffer changed the title Remove depreacted "io/ioutil" Remove deprecated "io/ioutil" Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant