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

all: avoid using the deprecated io/ioutil package #489

Merged
merged 2 commits into from
Feb 17, 2021

Conversation

rolinh
Copy link
Member

@rolinh rolinh commented Feb 17, 2021

As of Go 1.16, the io/ioutil package has been deprecated. Corresponding functions have moved to the os and io packages.
This in turns means that Go 1.16 is now required to build Hubble.

@rolinh rolinh added the release-note/misc This PR makes changes that have no direct user impact. label Feb 17, 2021
This will allow suppressing usage of the deprecated io/ioutil package.

Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
As of Go 1.16, the io/ioutil package has been deprecated. Corresponding
functions have moved to the os and io packages.

Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Feb 17, 2021
@rolinh rolinh merged commit 77e21dd into master Feb 17, 2021
@rolinh rolinh deleted the pr/rolinh/go-1.16-required branch February 17, 2021 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants