-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
cleanup: remove io/ioutil
#5874
Comments
Thanks @my-git9 for your help! And thanks for dividing up the work within directories. For now the /kind cleanup |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
I don't see any more usage of "io/ioutil" outside of our vendor directory so I'm going to go ahead and close-- thanks @my-git9 for your contributions! Feel free to reopen if there's something I missed. |
The package about
io/ioutil
has been deprecated from go 1.16: https://go.dev/doc/go1.16#ioutilWe should remove it for go version 1.18 which used by tekton/pipeline.
We can clean up by directory in batches, like:#5864
The text was updated successfully, but these errors were encountered: