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

Address io/ioutil deprecation #354

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

julio-lopez
Copy link
Contributor

Package io/ioutil was deprecated in Go 1.16.

This replaces the use of functions from io/ioutil with equivalent ones from the io and os packages. This allows to more easily upgrade the version of Go used to build zk.

Refs:
https://pkg.go.dev/io/ioutil

Package io/ioutil was deprecated in Go 1.16.

This replaces the use of functions from io/ioutil with
equivalent ones from the io and os packages. This allows
to more easily upgrade the version of Go used to build zk.

Refs:
  https://pkg.go.dev/io/ioutil
Copy link
Member

@mickael-menu mickael-menu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Julio 🙏

@mickael-menu mickael-menu merged commit 228c96f into zk-org:main Nov 8, 2023
3 checks passed
@julio-lopez julio-lopez deleted the ioutil-deprecation branch November 8, 2023 19:45
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