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: Move away from ioutil #248

Merged
merged 1 commit into from Mar 8, 2024
Merged

all: Move away from ioutil #248

merged 1 commit into from Mar 8, 2024

Conversation

abhinav
Copy link
Contributor

@abhinav abhinav commented Feb 19, 2024

It's been a while since io/ioutil has been deprecated.
Go 1.22 was just released, and the go.mod specifies 'go 1.20'.
This should be safe to remove at this point.

The change was largely automated, minus the t.TempDir() calls inside
test files, which was done manually.

It's been a while since io/ioutil has been deprecated.
Go 1.22 was just released, and the go.mod specifies 'go 1.20'.
This should be safe to remove at this point.

The change was largely automated, minus the `t.TempDir()` calls inside
test files, which was done manually.
Copy link
Collaborator

@mvdan mvdan left a comment

Choose a reason for hiding this comment

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

Thanks!

@mvdan mvdan merged commit 301d1b7 into rogpeppe:master Mar 8, 2024
6 checks passed
@abhinav abhinav deleted the ioutil branch March 8, 2024 15:35
@abhinav abhinav restored the ioutil branch March 8, 2024 15:35
@abhinav abhinav deleted the ioutil branch March 8, 2024 15:35
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.

None yet

2 participants