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

Replaced the deprecated ioutil package #776

Closed
wants to merge 2 commits into from

Conversation

enkeyz
Copy link

@enkeyz enkeyz commented Apr 27, 2022

Replaced usage of deprecated ioutil functions with their correct ones.

More info why ioutil got deprecated: https://go.dev/doc/go1.16

@enkeyz
Copy link
Author

enkeyz commented Apr 27, 2022

I made a mistake and not looking the go.mod version: the project should be at least go version 1.16 to use the new functions. Any plans to bump the version to even 1.18?

@garyburd
Copy link
Contributor

Any plans to bump the version to even 1.18?

The package should work with the supported versions of Go. You can bump the go.mod file up to 1.16.

@amustaque97
Copy link

@enkeyz just a follow-up — are you still working on the PR?

@coreydaley
Copy link
Contributor

Superseded by #840

@coreydaley coreydaley closed this Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants