Update docker.io/library/golang Docker tag to v1.26.4 (main)#3372
Update docker.io/library/golang Docker tag to v1.26.4 (main)#3372red-hat-konflux[bot] wants to merge 1 commit into
Conversation
|
🤖 Finished Review · ✅ Success · Started 1:08 AM UTC · Completed 1:15 AM UTC |
Review — #3372Verdict: ✅ Approve SummaryThis is a single-line, automated patch version bump of the Go build image in Dimension Results
Low-severity Observations
Previous runReviewFindingsHigh
Previous run (2)ReviewFindingsMedium
Labels: PR modifies the Dockerfile to bump a dependency version. |
93943cb to
48696b2
Compare
|
🤖 Finished Review · ✅ Success · Started 1:39 AM UTC · Completed 1:44 AM UTC |
48696b2 to
9bcbd75
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
9bcbd75 to
76d8bf9
Compare
|
🤖 Finished Review · ✅ Success · Started 1:49 AM UTC · Completed 1:54 AM UTC |
| ## Build | ||
|
|
||
| FROM docker.io/library/golang:1.26.3 AS build | ||
| FROM docker.io/library/golang:1.26.4 AS build |
There was a problem hiding this comment.
[low] version-skew
Go version skew between Dockerfile (now 1.26.4) and Dockerfile.dist (still go-toolset:1.26.3). These are different base images managed by separate Renovate rules, so temporary skew is expected. Confirm Dockerfile.dist will receive its own bump once go-toolset:1.26.4 is published.
| ## Build | ||
|
|
||
| FROM docker.io/library/golang:1.26.3 AS build | ||
| FROM docker.io/library/golang:1.26.4 AS build |
There was a problem hiding this comment.
[low] version-skew
Go version skew between Dockerfile build image (now 1.26.4) and .tool-versions, go.mod, tools/go.mod, tools/kubectl/go.mod, acceptance/go.mod (all still 1.26.3). These are managed by separate Renovate rules and the patch-level discrepancy is benign for Go compatibility guarantees.
This PR contains the following updates:
1.26.3→1.26.41.26.5Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.