Skip to content

Update dependency golang to v1.25.11 (main) - autoclosed#3165

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

Update dependency golang to v1.25.11 (main) - autoclosed#3165
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-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 Update Change
golang patch 1.25.81.25.11

Release Notes

golang/go (golang)

v1.25.11

Compare Source

v1.25.10

Compare Source

v1.25.9

Compare Source


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-golang-1.25.x branch 3 times, most recently from 52c4315 to af13481 Compare March 5, 2026 18:52
@renovate renovate Bot changed the title Update dependency golang to v1.25.7 (main) Update dependency golang to v1.25.8 (main) Mar 6, 2026
@renovate renovate Bot force-pushed the renovate/main-golang-1.25.x branch 4 times, most recently from bd38a06 to 3b898d0 Compare March 11, 2026 17:43
@renovate renovate Bot force-pushed the renovate/main-golang-1.25.x branch 5 times, most recently from 55f5980 to ad2441b Compare March 24, 2026 18:13
@renovate renovate Bot force-pushed the renovate/main-golang-1.25.x branch 5 times, most recently from 56ac94d to c70ef6b Compare March 31, 2026 17:19
@renovate renovate Bot force-pushed the renovate/main-golang-1.25.x branch 7 times, most recently from 9098ffc to bc6ca22 Compare April 7, 2026 22:04
@renovate renovate Bot changed the title Update dependency golang to v1.25.8 (main) Update dependency golang to v1.25.9 (main) Apr 7, 2026
@fullsend-ai-review

fullsend-ai-review Bot commented Jun 3, 2026

Copy link
Copy Markdown

Looks good to me

Previous run

Review

Findings

No findings.

Previous run (2)

Review

Findings

Low

  • [stale-reference] go.mod:3 — go.mod specifies go 1.25.8 while .tool-versions is updated to 1.25.11. This is expected Renovate behavior: the gomod manager handles go.mod separately from the asdf manager. The version mismatch is transient and will be resolved by a companion Renovate PR.

  • [stale-reference] Dockerfile:19 — Dockerfile pins golang:1.25.8 while .tool-versions is updated to 1.25.11. Renovate's docker manager handles Dockerfile image tags independently.

  • [stale-reference] Dockerfile.dist:19 — Dockerfile.dist pins go-toolset:1.25.8 (with digest) while .tool-versions is updated to 1.25.11. Renovate's docker manager handles this independently.

  • [stale-reference] tools/go.mod:3, tools/kubectl/go.mod:3, acceptance/go.mod:3 — These go.mod files specify go 1.25.8 while .tool-versions is updated to 1.25.11. Same transient mismatch pattern; Renovate's gomod manager will update these independently.

Info

  • [sub-agent-failure] The style-conventions sub-agent did not return findings due to model unavailability. Given the trivial nature of this change (single version bump in .tool-versions), this gap has no impact on the review.
Previous run (3)

Review

Findings

Low

  • [stale-reference] Dockerfile:19 — Dockerfile base image uses golang:1.25.8 while .tool-versions is updated to 1.25.11. These are managed by separate Renovate managers (dockerfile vs asdf), so a separate PR is expected.
    Remediation: Update the Dockerfile FROM line to use golang:1.25.11, or confirm that Renovate will handle this in a separate PR.

  • [stale-reference] Dockerfile.dist:19 — Dockerfile.dist base image uses go-toolset:1.25.8 (digest-pinned) while .tool-versions is updated to 1.25.11. Managed by a separate Renovate manager.
    Remediation: Update the Dockerfile.dist FROM line to use the 1.25.11 tag and corresponding digest, or confirm Renovate will handle this separately.

  • [stale-reference] go.mod:3 — Root go.mod declares go 1.25.8 while .tool-versions specifies 1.25.11. The go directive is a minimum version, so divergence may be intentional.
    Remediation: Run go mod tidy with Go 1.25.11, or leave as-is if the minimum version is intentionally lower.

  • [stale-reference] acceptance/go.mod:3 — Same go 1.25.8 minimum version mismatch.

  • [stale-reference] tools/go.mod:3 — Same go 1.25.8 minimum version mismatch.

  • [stale-reference] tools/kubectl/go.mod:3 — Same go 1.25.8 minimum version mismatch.

Previous run (4)

Review

Findings

Low

  • [stale-reference] .tool-versions:1 — Go version updated to 1.25.11 in .tool-versions but six other files still reference 1.25.8: go.mod, tools/go.mod, tools/kubectl/go.mod, acceptance/go.mod, Dockerfile, and Dockerfile.dist. This creates a version skew between local dev tooling (asdf/mise) and the build/CI toolchain. The skew is expected if Renovate manages these files via separate PRs, but no companion PRs for 1.25.11 currently exist.

Info

  • [sub-agent-failure] N/A — The style-conventions sub-agent did not return findings: model unavailable (claude-sonnet-4-5@20250929 not deployed). This dimension would have triggered early-exit for this mechanical version bump, so no material gap in coverage.
Previous run (5)

Review

Findings

Info

  • [sub-agent-failure] N/A — The style-conventions sub-agent did not return findings: model unavailable on Vertex deployment. No style concerns exist for a single-line version bump in .tool-versions.

No correctness, security, or style issues identified. This is a straightforward Renovate bot patch version bump of the Go toolchain from 1.25.8 to 1.25.11 in .tool-versions.

Previous run (6)

Review

Findings

Info

  • [pattern-inconsistency] .tool-versions:1 — This PR updates .tool-versions to golang 1.25.11 while go.mod, Dockerfile, and Dockerfile.dist still reference 1.25.8. This version drift is expected for Renovate-managed repositories where each file type is updated by separate rules/PRs. At the patch level, the drift is benign (no new language features, only bug fixes). No action needed on this PR.

  • [sub-agent-failure] N/A — The style-conventions sub-agent did not return findings due to model availability. Given the trivial nature of this change (single-line version bump in a tooling config file), this gap has no impact on review completeness.

Previous run (7)

Review

Findings

No findings.

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 is not available on the deployment. This is a non-critical dimension for a 1-file version bump and does not affect the review outcome.

@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-golang-1.25.x branch from 2be25a0 to 11d864d 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-golang-1.25.x branch from 11d864d to 249df0a Compare June 4, 2026 13:16
Comment thread .tool-versions
@@ -1 +1 @@
golang 1.25.8
golang 1.25.11

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[info] pattern-inconsistency

This PR updates .tool-versions to golang 1.25.11 while go.mod, Dockerfile, and Dockerfile.dist still reference 1.25.8. This version drift is expected for Renovate-managed repositories where each file type is updated by separate rules/PRs. At the patch level, the drift is benign.

@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-golang-1.25.x branch from 249df0a to 053833c 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-golang-1.25.x branch from 053833c to 2af2d90 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:38 PM UTC · Completed 1:43 PM UTC
Commit: 47d3320 · View workflow run →

Comment thread .tool-versions
@@ -1 +1 @@
golang 1.25.8
golang 1.25.11

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[low] stale-reference

Go version updated to 1.25.11 in .tool-versions but six other files still reference 1.25.8: go.mod, tools/go.mod, tools/kubectl/go.mod, acceptance/go.mod, Dockerfile, and Dockerfile.dist. This creates a version skew between local dev tooling (asdf/mise) and the build/CI toolchain. The skew is expected if Renovate manages these files via separate PRs, but no companion PRs for 1.25.11 currently exist.

Suggested fix: Verify whether Renovate will create companion PRs for go.mod and Dockerfile updates. If not, manually update the Go version to 1.25.11 in all six files.

@fullsend-ai-review

Copy link
Copy Markdown

🤖 Review · Started 2:59 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:05 PM UTC · Completed 9:11 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:54 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:51 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:34 PM UTC · Completed 8:39 PM UTC
Commit: 47d3320 · View workflow run →

@fullsend-ai-retro

Copy link
Copy Markdown

Retro: PR #3165 — Renovate bot golang version bump (autoclosed)

This PR was a trivial 1-line .tool-versions change (golang 1.25.8 → 1.25.11) authored by Renovate bot. It was open for nearly 4 months and autoclosed without being merged. During that time, the review agent ran 9 times — all approving — with at least 6 runs on the same commit (47d3320). The style-conventions sub-agent failed due to model unavailability in approximately 5 of those runs. No human reviewers were involved.

This represents significant token waste: 9 full review cycles on a 1-line bot PR that was never merged.

Existing issues already cover all identified improvements

All improvement opportunities from this workflow are already tracked by open issues in fullsend-ai/fullsend:

Issue Coverage
#963 Skip review dispatch when HEAD SHA was already reviewed and approved
#2587 / #2599 Hard cap on total review dispatches per PR
#2639 / #1358 Fast-path / lightweight review for trivial bot dependency bumps
#1355 / #1356 Skip re-review when bot dep-bump PR is rebased with no semantic change
#1771 Sub-agents should fall back to an available model when primary is unavailable
#2461 / #1630 Skip retro dispatch for autoclosed / review-only bot PRs

No new proposals are warranted. Prioritizing #963 (same-SHA skip) and #2587/#2599 (dispatch cap) would have the highest impact on preventing this class of waste.

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