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 depreciated functions from ioutils package #218

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

obbardc
Copy link
Member

@obbardc obbardc commented Oct 30, 2024

ioutils has been depreciated since Go 1.19; since Go 1.16 [bookworm] the same functionality is provided by the io or os packages. Use the new packages instead.

@obbardc obbardc self-assigned this Oct 30, 2024
ioutils has been depreciated since Go 1.19; since Go 1.16 [bookworm]
the same functionality is provided by the io or os packages. Use the
new packages instead.

Signed-off-by: Christopher Obbard <[email protected]>
@obbardc obbardc force-pushed the wip/obbardc/fix-depreciated-code branch from aec0eb8 to d48ef4c Compare October 30, 2024 09:46
@sjoerdsimons sjoerdsimons added this pull request to the merge queue Nov 4, 2024
Merged via the queue into main with commit de16751 Nov 4, 2024
22 checks passed
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