-
Notifications
You must be signed in to change notification settings - Fork 8k
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(ci): update dependencies #2827
Conversation
edited
- updates current dependencies
- setup golangci-lint job
- activate caches in workflow
- configure dependabot
Codecov Report
@@ Coverage Diff @@
## master #2827 +/- ##
==========================================
+ Coverage 98.71% 98.75% +0.04%
==========================================
Files 41 41
Lines 2100 3063 +963
==========================================
+ Hits 2073 3025 +952
- Misses 15 26 +11
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@mmorel-35 why build fail? |
It seems like a connection reset was received from codecov.io. Can you try to re-execute the workflow? |
@mmorel-35 I found error from golangci-lint https://github.com/gin-gonic/gin/pull/2827/checks?check_run_id=3347171013 |
I know, but it's not the problem, I used continue-on-error to make it not a blocking error, take a look here https://github.com/gin-gonic/gin/pull/2827/checks?check_run_id=3347171427 |
We need to enable golangci-lint checker, not skip the error. |
You mean that you want to activate the linter and fix the identified problems in the same PR ? Here are all the available errors and warnings :
|
waiting for @thinkerou approval |
- updates current dependencies - setup golangci-lint job - activate caches in workflow - configure dependabot - fix golangci-lint errors Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-Authored-By: Matthieu MOREL <mmorel-35@users.noreply.github.com>
Alright, I squashed all the commits by the way |
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.
lgtm,thanks👍
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>