-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fix lint error due to the usage of deprecated method #5989
Conversation
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
Codecov ReportBase: 92.01% // Head: 92.01% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #5989 +/- ##
=======================================
Coverage 92.01% 92.01%
=======================================
Files 213 213
Lines 13232 13233 +1
=======================================
+ Hits 12175 12176 +1
Misses 838 838
Partials 219 219
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…tor into bug/5988
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
Signed-off-by: Israel Blancas iblancasa@gmail.com
Description:
Fixing error reported by
golangci-lint
due to the usage of deprecated function.Link to tracking Issue: #5988
Testing:: current tests cover the changes done.