-
Notifications
You must be signed in to change notification settings - Fork 612
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
from projects
#1658
Comments
Are there still changes to be made with this issue, could I work on this? |
Issue fluxcd#1658 Signed-off-by: Allen Porter <[email protected]>
Issue fluxcd#1658 Signed-off-by: Allen Porter <[email protected]>
Judging by the merged pull requests above, this issue is no longer relevant and can be closed? |
There are still many to cleanup: https://github.com/search?q=ioutil+org%3Afluxcd&type=code |
Everything else is |
|
All of our projects make use of Go 1.16, and
io/ioutil
has been deprecated since this version: https://golang.org/doc/go1.16#ioutilWe should remove all traces in our projects and replace them with the suggestions from the deprecation notice.
https://github.com/search?q=ioutil+org%3Afluxcd&type=code
The text was updated successfully, but these errors were encountered: