Skip to content

Update docker.io/library/golang Docker tag to v1.25.10 (main)#3164

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main-main/docker.io-library-golang-1.25.x
Open

Update docker.io/library/golang Docker tag to v1.25.10 (main)#3164
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main-main/docker.io-library-golang-1.25.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
docker.io/library/golang stage patch 1.25.81.25.10 1.25.11

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

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.

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/docker.io-library-golang-1.25.x branch from 7abef0d to b6832c9 Compare March 5, 2026 02:09
@red-hat-konflux red-hat-konflux Bot enabled auto-merge March 5, 2026 02:09
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/docker.io-library-golang-1.25.x branch 2 times, most recently from 70e8937 to 2ef63e6 Compare March 6, 2026 02:11
@red-hat-konflux red-hat-konflux Bot changed the title Update docker.io/library/golang Docker tag to v1.25.7 (main) Update docker.io/library/golang Docker tag to v1.25.8 (main) Mar 7, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/docker.io-library-golang-1.25.x branch 3 times, most recently from c0500d9 to 633790a Compare March 12, 2026 00:02
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/docker.io-library-golang-1.25.x branch 4 times, most recently from fe4d35f to 92eec5b Compare March 24, 2026 02:32
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/docker.io-library-golang-1.25.x branch 5 times, most recently from 8916043 to f154a45 Compare March 28, 2026 02:24
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/docker.io-library-golang-1.25.x branch 8 times, most recently from d5a3e1f to a03978f Compare April 8, 2026 02:27
@red-hat-konflux red-hat-konflux Bot changed the title Update docker.io/library/golang Docker tag to v1.25.8 (main) Update docker.io/library/golang Docker tag to v1.25.9 (main) Apr 8, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/docker.io-library-golang-1.25.x branch 4 times, most recently from 432869f to a1fb033 Compare May 15, 2026 02:33
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/docker.io-library-golang-1.25.x branch 3 times, most recently from 33a0111 to 3a6404c Compare May 21, 2026 02:43
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/docker.io-library-golang-1.25.x branch 2 times, most recently from 04555a1 to ac215fd Compare June 3, 2026 02:13
@red-hat-konflux red-hat-konflux Bot changed the title Update docker.io/library/golang Docker tag to v1.25.10 (main) Update docker.io/library/golang Docker tag to v1.25.11 (main) Jun 3, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/docker.io-library-golang-1.25.x branch from ac215fd to 7140c72 Compare June 4, 2026 02:12
@fullsend-ai-review

fullsend-ai-review Bot commented Jun 4, 2026

Copy link
Copy Markdown

Review

Findings

Low

  • [stale-reference] .tool-versions:1.tool-versions still references golang 1.25.8 while the Dockerfile moves to 1.25.10. This may cause local development environments to use a slightly older patch version than CI.
    Remediation: Update .tool-versions to golang 1.25.10 in this PR or a follow-up.

  • [stale-reference] go.mod:3go.mod specifies go 1.25.8 while the Dockerfile moves to 1.25.10. The go directive is a minimum version floor (not a pin), so Go 1.25.10 satisfies it — no functional mismatch exists.
    Remediation: Optionally update go.mod to go 1.25.10, but this is not required for correctness.

Info

  • [stale-reference] tools/go.mod:3, tools/kubectl/go.mod:3, acceptance/go.mod:3 — Sub-module go.mod files still reference go 1.25.8. Same rationale as the root go.mod — the directive is a minimum version and is satisfied by 1.25.10.

  • [stale-reference] Dockerfile.dist:19 — Uses ubi9/go-toolset:1.25.8 pinned by digest. This is a different base image (Red Hat UBI) managed on a separate release cadence from the upstream golang image. Renovate likely manages this dependency separately.

  • [sub-agent-failure] The style-conventions sub-agent did not return findings due to model unavailability. Given the trivial nature of this change (single-line version bump), this gap has no practical impact.

Previous run

Review

Findings

Low

  • [stale-reference] Dockerfile.dist:19Dockerfile.dist still references go-toolset:1.25.8 while this PR updates the main Dockerfile to golang:1.25.11. These are different base images (docker.io/library/golang vs registry.access.redhat.com/ubi9/go-toolset), so the tag namespaces differ and this may be intentional, but it is worth verifying that the Red Hat go-toolset image is updated separately.

  • [stale-reference] .tool-versions:1.tool-versions still specifies golang 1.25.8. Local developer tooling will use a different Go version than the CI Docker build (1.25.11). If the version bump matters for correctness or reproducibility, .tool-versions should be updated in a coordinated change.

Info

  • [sub-agent-failure] — The style-conventions sub-agent did not return findings: model claude-sonnet-4-5@20250929 is not available on the deployment. This dimension was not evaluated. Given the trivial nature of this change (single-line version bump), this gap does not affect the review outcome.
Previous run (2)

Review

Findings

Info

  • [supply chain] Dockerfile:19 — The build-stage base image (golang:1.25.11) is referenced by tag only, without a sha256 digest pin. The final-stage base image already uses a digest pin. This is a pre-existing condition, not introduced by this PR.

No issues found with this change. This is a straightforward automated patch-version bump of the Go build image from 1.25.8 to 1.25.11, generated by Renovate.

Previous run (3)

Review

Findings

No findings.

@fullsend-ai-review fullsend-ai-review Bot added the ready-for-merge All reviewers approved — ready to merge label Jun 4, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/docker.io-library-golang-1.25.x branch from 7140c72 to 85b28e2 Compare June 5, 2026 02:36
@fullsend-ai-review fullsend-ai-review Bot added ready-for-merge All reviewers approved — ready to merge and removed ready-for-merge All reviewers approved — ready to merge labels Jun 5, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/docker.io-library-golang-1.25.x branch from 85b28e2 to 13075cf Compare June 16, 2026 00:55
@fullsend-ai-review

fullsend-ai-review Bot commented Jun 16, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 12:56 AM UTC · Completed 1:00 AM UTC
Commit: 47d3320 · View workflow run →

@fullsend-ai-review fullsend-ai-review Bot added ready-for-merge All reviewers approved — ready to merge and removed ready-for-merge All reviewers approved — ready to merge labels Jun 16, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/docker.io-library-golang-1.25.x branch from 13075cf to bb96efe Compare June 17, 2026 01:47
@red-hat-konflux red-hat-konflux Bot changed the title Update docker.io/library/golang Docker tag to v1.25.11 (main) Update docker.io/library/golang Docker tag to v1.25.10 (main) Jun 17, 2026
@fullsend-ai-review

fullsend-ai-review Bot commented Jun 17, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 1:49 AM UTC · Completed 1:54 AM UTC
Commit: 47d3320 · View workflow run →

@fullsend-ai-review fullsend-ai-review Bot added ready-for-merge All reviewers approved — ready to merge and removed ready-for-merge All reviewers approved — ready to merge labels Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

main ready-for-merge All reviewers approved — ready to merge renovate size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants