fluxcd / flux2

Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.
https://fluxcd.io
Apache License 2.0
6.37k stars 593 forks source link

Remove deprecated `io/ioutil` from projects #1658

Closed hiddeco closed 2 years ago

hiddeco commented 3 years ago

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#ioutil

We 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

krishnaindani commented 3 years ago

Are there still changes to be made with this issue, could I work on this?

josephwoodward commented 2 years ago

Judging by the merged pull requests above, this issue is no longer relevant and can be closed?

allenporter commented 2 years ago

There are still many to cleanup: https://github.com/search?q=ioutil+org%3Afluxcd&type=code

dholbach commented 2 years ago
dholbach commented 2 years ago

Everything else is flux, flux-recv and helm-operator from what I can see.

dholbach commented 2 years ago

source-watcher and website should be fixed separately - anyone interested in picking this up?