ci: add dependabot support for Dockerfile#1761
Conversation
Signed-off-by: tanya <tanyabhatnagar119@gmail.com>
Signed-off-by: tanya <tanyabhatnagar119@gmail.com>
|
@shizhMSFT Thanks for the clarification! I had initially interpreted #1710 as a request to align everything to Go 1.22 for consistency, since some workflows were still using 1.21. Happy to update the PR to keep everything on 1.24 instead — will push the changes shortly. |
Signed-off-by: tanya <tanyabhatnagar119@gmail.com>
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Go version used in GitHub Actions workflows to 1.22 (restoring 1.24.2) and extends Dependabot to track Dockerfile base image updates.
- Bump Go version to 1.22 across build, lint, CodeQL, and release workflows
- Add Docker package-ecosystem to
.github/dependabot.ymlfor weekly updates
Comments suppressed due to low confidence (1)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1761 +/- ##
==========================================
+ Coverage 85.26% 85.29% +0.03%
==========================================
Files 133 133
Lines 5882 5882
==========================================
+ Hits 5015 5017 +2
+ Misses 618 616 -2
Partials 249 249 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
TerryHowe
left a comment
There was a problem hiding this comment.
Would you update the PR title to reflect this is dependabot for Docker
|
@TerryHowe sure, i've done that. |
This PR updates the Go version in all relevant GitHub Actions workflows to 1.22, as requested in issue #1710. The affected workflows include:
Reverted earlier downgrade and restored Go 1.24.2 in all GitHub Actions workflows.
Additionally, this PR updates the dependabot.yml configuration to include support for Dockerfile version updates, enabling Dependabot to track and suggest updates to base images used in the project.
All unit tests were run locally using Go 1.24.3 for compatibility, and the changes are expected to pass CI without issues.
Fixes #1710