Skip to content

Update docker.io/library/golang Docker tag to v1.25.11 (main) - autoclosed#3166

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-docker.io-library-golang-1.25.x
Closed

Update docker.io/library/golang Docker tag to v1.25.11 (main) - autoclosed#3166
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-docker.io-library-golang-1.25.x

Conversation

@renovate

@renovate renovate Bot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
docker.io/library/golang stage patch 1.25.81.25.11

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • 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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge March 5, 2026 02:09
@renovate renovate Bot force-pushed the renovate/main-docker.io-library-golang-1.25.x branch 3 times, most recently from b0fb53e to 8f6d383 Compare March 5, 2026 18:52
@renovate renovate 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 6, 2026
@renovate renovate Bot force-pushed the renovate/main-docker.io-library-golang-1.25.x branch 3 times, most recently from 1c92d24 to ccbc12b Compare March 11, 2026 17:43
@renovate renovate Bot force-pushed the renovate/main-docker.io-library-golang-1.25.x branch 5 times, most recently from bca585f to 3236aa8 Compare March 24, 2026 18:13
@renovate renovate Bot force-pushed the renovate/main-docker.io-library-golang-1.25.x branch 5 times, most recently from 351b3b2 to 1e83fc4 Compare March 31, 2026 17:19
@renovate renovate Bot force-pushed the renovate/main-docker.io-library-golang-1.25.x branch 7 times, most recently from 3a07a94 to 4960093 Compare April 8, 2026 01:09
@renovate renovate 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
@fullsend-ai-review

fullsend-ai-review Bot commented Jun 3, 2026

Copy link
Copy Markdown

Looks good to me

Low

  • [stale-reference] Dockerfile.dist:19 — Dockerfile.dist uses go-toolset:1.25.8 (from registry.access.redhat.com/ubi9/go-toolset) while Dockerfile is being updated to docker.io/library/golang:1.25.11. These are different base images from different registries, likely managed by separate Renovate rules. A companion Renovate PR for the go-toolset image is expected to arrive independently. Verify that Renovate is configured to also track the go-toolset image in Dockerfile.dist.
  • [stale-reference] .tool-versions:1.tool-versions still specifies golang 1.25.8 while the Dockerfile build image is moving to 1.25.11. Local development environments using asdf/mise will use a different Go version than the Docker build. Consider updating .tool-versions to golang 1.25.11 for consistency.
Previous run

Review

Findings

Low

  • [stale-reference] Dockerfile.dist:19 — Dockerfile.dist references go-toolset:1.25.8 while Dockerfile now uses golang:1.25.11. These are different images from different registries (Red Hat UBI vs docker.io) managed as separate Renovate dependency sources. Expected to be resolved by a separate Renovate PR.

  • [stale-reference] .tool-versions:1.tool-versions specifies golang 1.25.8 while the Dockerfile now uses 1.25.11. This is a separate dependency source managed independently by Renovate or other tooling.

Info

  • [stale-reference] go.mod:3 — The go directive in go.mod specifies go 1.25.8. A Go 1.25.11 toolchain will build this code without issue since the go directive is a minimum version floor. Managed by a separate Renovate manager (gomod vs docker).

  • [sub-agent-failure] N/A — The style-conventions sub-agent did not return findings: model unavailability on Vertex deployment. For this mechanical version bump, the early-exit criteria would have applied (no style findings expected).

Previous run (2)

Review

Findings

Medium

  • [stale-reference] Dockerfile.dist:19 — Dockerfile.dist still references go-toolset:1.25.8 while Dockerfile is being updated to golang:1.25.11. These are parallel Dockerfiles that both run build.sh to produce binaries, so after this PR merges they will build with different Go patch versions.
    Remediation: Update Dockerfile.dist to use the equivalent 1.25.11 go-toolset image, or confirm that separate Renovate PRs handle Dockerfile.dist independently.

Low

  • [stale-reference] .tool-versions:1.tool-versions still specifies golang 1.25.8 while Dockerfile is being bumped to 1.25.11. Local developer toolchains (managed by asdf/mise) will use a different Go patch version than the Dockerfile build image.
    Remediation: Update .tool-versions to golang 1.25.11 for consistency, or confirm this is handled by a separate PR.

Info

  • [sub-agent-failure] N/A — The style-conventions sub-agent did not return findings: model claude-sonnet-4-5@20250929 unavailable on deployment. Using early-exit criteria assessment: this is a mechanical version bump with no style concerns.
  • [sub-agent-failure] N/A — The docs-currency sub-agent did not return findings: model claude-sonnet-4-5@20250929 unavailable on deployment. A Docker base image patch bump is unlikely to affect documentation.
Previous run (3)

Review

Findings

Info

  • [sub-agent-failure] N/A — The style-conventions sub-agent did not return findings: model claude-sonnet-4-5@20250929 is not available on the deployment. This is a trivial version bump that would have triggered the sub-agent's early exit criteria (mechanical value-only change), so this gap has no practical impact.
Previous run (4)

Review

Findings

Low

  • [stale-reference] .tool-versions:1 — The .tool-versions file still references golang 1.25.8 while the Dockerfile is being updated to 1.25.11. This file controls the Go version used by version managers (e.g., asdf, mise) for local development. A mismatch between the local development toolchain and the Docker build toolchain can cause subtle build differences.
    Remediation: Update .tool-versions to golang 1.25.11 in this PR or a companion PR.

  • [stale-reference] Dockerfile.dist:19Dockerfile.dist still uses go-toolset:1.25.8 (pinned by digest). This is a different base image (Red Hat UBI go-toolset vs. upstream golang), so it is almost certainly managed by a separate Renovate rule. The version skew means the two Dockerfiles compile with different Go patch versions.
    Remediation: Verify whether Renovate manages Dockerfile.dist separately. If not, update it to the corresponding go-toolset:1.25.11 tag (with updated digest).

Info

  • [sub-agent-failure] N/A — The style-conventions sub-agent did not return findings due to model unavailability. Given this is a mechanical version bump matching the early-exit criteria for style review, no style findings are expected.
Previous run (5)

Review

No findings.

Previous run (6)

Review

Findings

Info

  • [sub-agent-failure] N/A — The style-conventions sub-agent did not return findings: model claude-sonnet-4-5@20250929 is not available on the vertex deployment. This is a tooling issue, not a code concern. For this single-line Dockerfile base image version bump, no style findings are expected.

No blocking findings. This is a straightforward patch version bump of the Go base image from 1.25.8 to 1.25.11, generated by Renovate bot.

Previous run (7)

Review

Findings

Info

  • [sub-agent-failure] N/A — The style-conventions sub-agent did not return findings: model not available on vertex deployment. This dimension is non-critical for a single-line patch version bump of a build dependency.
Previous run (8)

Review

Findings

Info

  • [sub-agent-failure] N/A — The style-conventions sub-agent did not return findings: model claude-sonnet-4-5@20250929 not available on vertex deployment. This does not affect the review outcome as the change is a single-line automated version bump with no style implications.

No blocking findings. This is an automated Renovate bot patch version bump of the Go base image in the Dockerfile from 1.25.8 to 1.25.11. The change is minimal, correct, and safe.

Previous run (9)

Review

Findings

Info

  • [sub-agent-failure] N/A — The style-conventions sub-agent did not return findings: model claude-sonnet-4-5@20250929 not available on vertex deployment. This gap is immaterial for a single-line Docker image version bump with no style-relevant changes.

No blocking findings. This is a straightforward Renovate bot patch version bump of the Go build image from 1.25.8 to 1.25.11 in the Dockerfile.

@fullsend-ai-review fullsend-ai-review Bot added the ready-for-merge All reviewers approved — ready to merge label Jun 3, 2026
@renovate renovate Bot force-pushed the renovate/main-docker.io-library-golang-1.25.x branch from f71a06a to 20bce86 Compare June 3, 2026 18:14
@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 3, 2026
@renovate renovate Bot force-pushed the renovate/main-docker.io-library-golang-1.25.x branch from 20bce86 to 508179c Compare June 4, 2026 13:17
@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 4, 2026
@renovate renovate Bot force-pushed the renovate/main-docker.io-library-golang-1.25.x branch from 508179c to 9c57196 Compare June 5, 2026 14:03
@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
@renovate renovate Bot force-pushed the renovate/main-docker.io-library-golang-1.25.x branch from 9c57196 to f1d90d8 Compare June 9, 2026 13:37
@fullsend-ai-review

fullsend-ai-review Bot commented Jun 9, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 1:39 PM UTC · Completed 1:42 PM UTC
Commit: 47d3320 · View workflow run →

@fullsend-ai-review

fullsend-ai-review Bot commented Jun 10, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 3:00 PM UTC · Completed 3:05 PM UTC
Commit: 47d3320 · View workflow run →

@fullsend-ai-review

fullsend-ai-review Bot commented Jun 12, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 9:06 PM UTC · Completed 9:09 PM UTC
Commit: 47d3320 · View workflow run →

@fullsend-ai-review

fullsend-ai-review Bot commented Jun 17, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 1:11 PM UTC · Completed 1:16 PM UTC
Commit: 47d3320 · View workflow run →

@fullsend-ai-review

fullsend-ai-review Bot commented Jun 17, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 6:51 PM UTC · Completed 6:57 PM UTC
Commit: 47d3320 · View workflow run →

@fullsend-ai-review

fullsend-ai-review Bot commented Jun 22, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 1:44 PM UTC · Completed 1:50 PM UTC
Commit: 47d3320 · View workflow run →

@fullsend-ai-retro

fullsend-ai-retro Bot commented Jun 26, 2026

Copy link
Copy Markdown

🤖 Finished Retro · ✅ Success · Started 8:35 PM UTC · Completed 8:40 PM UTC
Commit: 47d3320 · View workflow run →

@fullsend-ai-retro

Copy link
Copy Markdown

Retro: PR #3166 — Renovate golang Docker tag bump (autoclosed)

This PR was a trivial 1-line Renovate bot change (golang:1.25.81.25.11 in Dockerfile). It was open for ~4 months (Mar 5 – Jun 26) and autoclosed without merging.

What happened

  • The review agent ran 9 times between Jun 3–22, each time approving with essentially identical low-severity findings about version skew in Dockerfile.dist and .tool-versions.
  • The style-conventions sub-agent failed due to model unavailability (claude-sonnet-4-5@20250929 on Vertex) in at least 7 of 9 runs.
  • Each review run consumed tokens reading the codebase and generating findings that were substantively identical to prior runs.
  • A retro agent was dispatched on this autoclosed bot-authored PR.

Estimated waste

  • 9 review runs on a 1-line bot PR that was never merged — significant token and compute waste.
  • Retro dispatch on an autoclosed bot PR with no human or code agent involvement adds further waste.

Proposals

All identified improvement areas are already covered by existing open issues in fullsend-ai/fullsend. No new proposals are warranted:

Area Existing Issues
Skip/reduce re-reviews on rebased bot PRs #1355, #1358, #2639
Cap total review dispatches per PR #2587, #2599
Sub-agent model fallback on unavailability #1771
Skip retro on autoclosed bot PRs #2461

This PR is a strong motivating example for prioritizing these issues — particularly #1355 (skip re-review on rebased bot PRs) and #2587/#2599 (review dispatch caps), which together would have prevented 8 of the 9 redundant review runs.

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