Skip to content

Conversation

@Juneezee
Copy link
Contributor

Reason for Change:

The io/ioutil package has been deprecated in Go 1.16 (See https://golang.org/doc/go1.16#ioutil). Since this project has been upgraded to Go 1.17 in #1042, this PR replaces the existing io/ioutil functions with their new definitions in io and os packages.

Issue Fixed:

Requirements:

Notes:

@rbtr
Copy link
Collaborator

rbtr commented Nov 10, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

rbtr
rbtr previously approved these changes Nov 10, 2021
Copy link
Collaborator

@rbtr rbtr left a comment

Choose a reason for hiding this comment

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

thanks, lgtm!
/cc @ramiro-gamarra

@Juneezee
Copy link
Contributor Author

@rbtr The Azure pipelines seems to be rate limited. I just received an email saying that the requests are being blocked.

@rbtr
Copy link
Collaborator

rbtr commented Nov 10, 2021

we've got some unrelated pipeline problems being fixed; will need you to rebase the PR when that is all fixed and we can move this forward

rbtr
rbtr previously approved these changes Nov 16, 2021
@rbtr
Copy link
Collaborator

rbtr commented Nov 16, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
@rbtr
Copy link
Collaborator

rbtr commented Nov 17, 2021

hey @Juneezee we squash and merge, so unless there's conflicts you don't need to keep rebasing a minor change like this 🙂 it confuses the CI

@rbtr
Copy link
Collaborator

rbtr commented Nov 17, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

Copy link
Contributor

@JungukCho JungukCho left a comment

Choose a reason for hiding this comment

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

lgtm! Thank you for contributing codes.

@rbtr rbtr merged commit e812bc8 into Azure:master Nov 17, 2021
@rbtr
Copy link
Collaborator

rbtr commented Nov 17, 2021

tyvm @Juneezee

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.

3 participants