-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
chore: replace ioutil with io and os #8969
Conversation
814c65a
to
4f03208
Compare
I think this PR is cursed, it keep failing no matter what I do. :D |
Context: With Go 1.16, the ioutil package is being deprecated: https://tip.golang.org/doc/go1.16#ioutil |
@Jorropo you have compilation errors: Sharness tests should stop if the binary cannot be compiled... How to reproduce the error: |
@ajnavarro thx |
@lidel : do you need to take this review? If not, do you want to request review from someone else instead (e.g., ajnavarro, schomatis)? |
@BigLep I don't think we need to, this is a PR from someone else that I had to republish. In other words, I am the reviewer, I can't merge due that stupid circle CI bug forcing me to repost with my account. |
@estensen thx for your patch, it got merged finaly 🎉 |
replace #8903 due to the circle CI fork bug.