-
Notifications
You must be signed in to change notification settings - Fork 867
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
chore: upgrade golang to 1.19 #2219
Conversation
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #2219 +/- ##
==========================================
- Coverage 82.39% 82.37% -0.02%
==========================================
Files 121 121
Lines 18099 18099
==========================================
- Hits 14912 14909 -3
- Misses 2417 2419 +2
- Partials 770 771 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@@ -13,9 +13,7 @@ linters: | |||
- vet | |||
- gofmt | |||
- goimports | |||
- deadcode | |||
- varcheck | |||
- structcheck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you confirm why removing varcheck, structcheck and deadcode? Is this all covered by unused
I'm assuming?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are deprecated and have moved into unused.
* chore: upgrade golang to 1.19 Signed-off-by: zachaller <[email protected]> * Upgrade golangci-lint Signed-off-by: zachaller <[email protected]> * Upgrade golangci-lint in github action Signed-off-by: zachaller <[email protected]> * fix linting Signed-off-by: zachaller <[email protected]> * Add nolint to test functions Signed-off-by: zachaller <[email protected]> * Cleanup Signed-off-by: zachaller <[email protected]> * github trigger re-run Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
* chore: upgrade golang to 1.19 Signed-off-by: zachaller <[email protected]> * Upgrade golangci-lint Signed-off-by: zachaller <[email protected]> * Upgrade golangci-lint in github action Signed-off-by: zachaller <[email protected]> * fix linting Signed-off-by: zachaller <[email protected]> * Add nolint to test functions Signed-off-by: zachaller <[email protected]> * Cleanup Signed-off-by: zachaller <[email protected]> * github trigger re-run Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
* chore: upgrade golang to 1.19 Signed-off-by: zachaller <[email protected]> * Upgrade golangci-lint Signed-off-by: zachaller <[email protected]> * Upgrade golangci-lint in github action Signed-off-by: zachaller <[email protected]> * fix linting Signed-off-by: zachaller <[email protected]> * Add nolint to test functions Signed-off-by: zachaller <[email protected]> * Cleanup Signed-off-by: zachaller <[email protected]> * github trigger re-run Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller [email protected]
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.