-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
area/alizerEnhancement or issue related to the alizer repoEnhancement or issue related to the alizer repogood first issueGood for newcomersGood for newcomers
Description
Which area/kind this issue is related to?
/area alizer
Issue Description
At the moment alizer is using the io/ioutil in order to read files. As it is mentioned:
"io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided
by package io or package os, and those implementations should be preferred in new code. See the
specific function documentation for details
As a result, we shall replace this dependency and start using the os library.
Acceptance Criteria
- Remove the
io/ioutilsdependency and replace it with a non-deprecated one. - Enforce the package is not used in the future using linter (run the linter into CI)
Reactions are currently unavailable
Metadata
Metadata
Labels
area/alizerEnhancement or issue related to the alizer repoEnhancement or issue related to the alizer repogood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done ✅