build(deps): bump go modules and docker dependencies - #4979
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several Go dependencies in go.mod and go.sum, and attempts to upgrade the Alpine base image in the Dockerfile to version 3.24. However, Alpine 3.24 is not a valid or existing version, which will cause the Docker build to fail. It is recommended to revert this change to a stable version such as 3.21.
Bumps alpine from 3.21 to 3.24. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
704be7e to
5287260
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4979 +/- ##
==========================================
- Coverage 83.86% 83.85% -0.01%
==========================================
Files 173 173
Lines 21160 21160
==========================================
- Hits 17745 17744 -1
- Misses 2746 2747 +1
Partials 669 669
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Hi @abhishek10004, your feedback is needed to move this pull request forward. This automated reminder was triggered because there has been no activity for over 24 hours. Please provide your input when you have a moment. Thank you! |
2 similar comments
|
Hi @abhishek10004, your feedback is needed to move this pull request forward. This automated reminder was triggered because there has been no activity for over 24 hours. Please provide your input when you have a moment. Thank you! |
|
Hi @abhishek10004, your feedback is needed to move this pull request forward. This automated reminder was triggered because there has been no activity for over 24 hours. Please provide your input when you have a moment. Thank you! |
Description
Dependabot PRs.
These are updates to other-deps.
Link to the issue in case of a bug fix.
NA
Testing details
Any backward incompatible change? If so, please explain.
NA