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

ioutil package is deprecated #119

Open
za opened this issue Sep 29, 2023 · 0 comments
Open

ioutil package is deprecated #119

za opened this issue Sep 29, 2023 · 0 comments

Comments

@za
Copy link
Contributor

za commented Sep 29, 2023

Hi there,

I found that ioutil package is deprecated.

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.

So far, I found it's being used in report.go https://github.com/padok-team/yatas/blob/main/internal/report/report.go#L6 Should we upgrade?

And BTW, current go version is 1.21.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant