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

Replace ioutil with io and os #2327

Merged
merged 1 commit into from
Oct 30, 2021
Merged

Conversation

ahrtr
Copy link
Contributor

@ahrtr ahrtr commented Oct 30, 2021

The ioutil package has already been deprecated in golang 1.16, please see go1.16#ioutil. So we need to replace all the ioutil with os and io.

The go version in go.mod is 1.16, but the go version in .github/workflows/*.yml is still 1.15, so we need to bump the go version to 1.16 as well.

set the go version to 1.16 in pr.yml and tests.yml, so as to be consistent with the version in go.mod.
@asim asim merged commit 5d5aee1 into micro:master Oct 30, 2021
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