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

Bump minimum required Go to 1.23 and replace io/ioutil with io #180

Merged
merged 2 commits into from
Nov 23, 2024

Conversation

dhollinger
Copy link
Member

  • Bumped the minimum required Go version from 1.19 to 1.23 in the go.mod file.
  • Replaced all uses of the io/ioutil package, which has been deprecated since Go 1.16, with the replacement io package. Functionality is the same.

`io/ioutil` has been deprecated since Go 1.16 and this application is
now on Go 1.23, so replacing it with `io` the replacement stable
package.
@dhollinger dhollinger merged commit fc3e40b into master Nov 23, 2024
3 checks passed
@dhollinger dhollinger deleted the replace_deprecated_io_util branch November 23, 2024 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants