You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi there,
I found that
ioutil
package is deprecated.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
The text was updated successfully, but these errors were encountered: