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

chore: remove deprecated ioutil package #13

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Conversation

simpsonw
Copy link
Contributor

@simpsonw simpsonw commented Jan 11, 2024

Description

This PR removes the ioutil package and replaces calls to its functions with the equivalents from os and io.

Context / Why are we making this change?

As of Go 1.16, that package has been deprecated (see https://pkg.go.dev/io/ioutil).

Testing and QA Plan

I ran test.sh and built and ran a binary and tried terraform login and it worked.

Impact

We will no longer be using the deprecated package.

@simpsonw simpsonw merged commit 8d0464b into main Jan 16, 2024
2 checks passed
@simpsonw simpsonw deleted the remove-ioutil-package branch January 16, 2024 18:49
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