Skip to content

Use golang base image with version matching go.mod#2482

Merged
masih merged 1 commit intorelease/v6.2.0-branchfrom
masih/fix-base-image-6-2-0
Oct 20, 2025
Merged

Use golang base image with version matching go.mod#2482
masih merged 1 commit intorelease/v6.2.0-branchfrom
masih/fix-base-image-6-2-0

Conversation

@masih
Copy link
Copy Markdown
Collaborator

@masih masih commented Oct 20, 2025

The go mod was updated in this branch to 1.24.5 but looks like Dockerfile base image version bump was missed which results in container build failure.

Fixed by using the base image with version matching go.mod

The go mod was updated in this branch to 1.24.5 but looks like
Dockerfile base image version bump was missed which results in container
build failure.

Fixed by using the base image with version matching go.mod
@masih masih merged commit f68843c into release/v6.2.0-branch Oct 20, 2025
22 of 24 checks passed
@masih masih deleted the masih/fix-base-image-6-2-0 branch October 20, 2025 16:31
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.24%. Comparing base (c62ee99) to head (1a4be78).
⚠️ Report is 1 commits behind head on release/v6.2.0-branch.

Additional details and impacted files

Impacted file tree graph

@@                    Coverage Diff                    @@
##           release/v6.2.0-branch    #2482      +/-   ##
=========================================================
- Coverage                  63.25%   63.24%   -0.01%     
=========================================================
  Files                        361      361              
  Lines                      33021    33021              
=========================================================
- Hits                       20887    20884       -3     
- Misses                     10672    10674       +2     
- Partials                    1462     1463       +1     

see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants