Skip to content

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

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

Update dependency golang to v1.25.11 (main)#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
@renovate renovate Bot force-pushed the renovate/main-golang-1.25.x branch from 41eef8d to 91bf01a Compare May 20, 2026 19:18
@renovate renovate Bot force-pushed the renovate/main-golang-1.25.x branch 3 times, most recently from 30e3a51 to 6acac67 Compare June 2, 2026 16:57
@renovate renovate Bot changed the title Update dependency golang to v1.25.10 (main) Update dependency golang to v1.25.11 (main) Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/main-golang-1.25.x branch 3 times, most recently from a9e4f7a to 2be25a0 Compare June 3, 2026 14:58
@fullsend-ai-review

fullsend-ai-review Bot commented Jun 3, 2026

Copy link
Copy Markdown

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

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 (2)

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 (3)

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 (4)

Review

Findings

No findings.

Previous run (5)

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 →

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