-
Notifications
You must be signed in to change notification settings - Fork 82
Remove/Replace usage of deprecated go library #2711
Conversation
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: desislavaa, dzahariev The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@PetarTodorovv: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Description
Our go linter is complaining about the usage of a deprecated package.
Changes proposed in this pull request:
ioutil
go package and replace it with the new one -io
/os
Pull Request status
chart/compass/values.yaml
is updated