fix: bump linter 1.48.0 and remplace "io/ioutil". #2447
Merged
Monitob merged 7 commits intoscaleway:masterfrom Aug 11, 2022
Merged
fix: bump linter 1.48.0 and remplace "io/ioutil". #2447Monitob merged 7 commits intoscaleway:masterfrom
Monitob merged 7 commits intoscaleway:masterfrom
Conversation
… since Go 1.16: As of Go 1.16
remyleone
reviewed
Aug 10, 2022
remyleone
reviewed
Aug 10, 2022
remyleone
reviewed
Aug 10, 2022
remyleone
reviewed
Aug 10, 2022
Vinzius
previously approved these changes
Aug 11, 2022
Co-authored-by: Rémy Léone <remy.leone@gmail.com>
Co-authored-by: Rémy Léone <remy.leone@gmail.com>
Co-authored-by: Rémy Léone <remy.leone@gmail.com>
Co-authored-by: Rémy Léone <remy.leone@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #2447 +/- ##
=======================================
Coverage 76.29% 76.29%
=======================================
Files 125 125
Lines 21328 21328
=======================================
Hits 16273 16273
Misses 4504 4504
Partials 551 551
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Vinzius
approved these changes
Aug 11, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Error: "io/ioutil" has been deprecated since Go 1.16: 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.
Community Note
Relates OR Closes #0000
Release note for CHANGELOG: