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

SDK: Remove the io/ioutil usage after upgrading to Go 1.16 #883

Closed
lenny-goodell opened this issue Jun 8, 2021 · 0 comments · Fixed by #893
Closed

SDK: Remove the io/ioutil usage after upgrading to Go 1.16 #883

lenny-goodell opened this issue Jun 8, 2021 · 0 comments · Fixed by #893
Labels
1-low priority denoting isolated changes app-services subsystem_affected for application services tech-debt issue_type denoting refactoring to improve design or removal of temporary workarounds
Milestone

Comments

@lenny-goodell
Copy link
Member

io/ioutil has been deprecated and functionally moved to other packages. Update code using io/ioutil to use functionality for new locations.

@lenny-goodell lenny-goodell added 1-low priority denoting isolated changes app-services subsystem_affected for application services tech-debt issue_type denoting refactoring to improve design or removal of temporary workarounds labels Jun 8, 2021
@lenny-goodell lenny-goodell added this to the Ireland milestone Jun 8, 2021
lenny-goodell pushed a commit to lenny-goodell/app-functions-sdk-go that referenced this issue Jun 10, 2021
@lenny-goodell lenny-goodell linked a pull request Jun 10, 2021 that will close this issue
12 tasks
lenny-goodell pushed a commit to lenny-goodell/app-functions-sdk-go that referenced this issue Jun 10, 2021
lenny-goodell pushed a commit to lenny-goodell/app-functions-sdk-go that referenced this issue Jun 10, 2021
lenny-goodell pushed a commit that referenced this issue Jun 11, 2021
* refactor: Replace use of deprecated io/ioutil with proper package.

closes #883

Signed-off-by: lenny <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-low priority denoting isolated changes app-services subsystem_affected for application services tech-debt issue_type denoting refactoring to improve design or removal of temporary workarounds
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant