Skip to content

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

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

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

Warning

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


Release Notes

golang/go (golang)

v1.25.11

Compare Source

v1.25.10

Compare Source

v1.25.9

Compare Source


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 enabled auto-merge March 5, 2026 02:08
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/golang-1.25.x branch from 7010af1 to d383145 Compare March 5, 2026 02:08
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/golang-1.25.x branch 3 times, most recently from 024783f to 33986c7 Compare March 7, 2026 02:17
@red-hat-konflux red-hat-konflux Bot changed the title Update dependency golang to v1.25.7 (main) Update dependency golang to v1.25.8 (main) Mar 7, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/golang-1.25.x branch 2 times, most recently from 85f1fc6 to 9286972 Compare March 12, 2026 00:02
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/golang-1.25.x branch 5 times, most recently from daf4909 to 49be2cc Compare March 24, 2026 02:31
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/golang-1.25.x branch 5 times, most recently from 52b2511 to 1387bf3 Compare March 28, 2026 02:24
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/golang-1.25.x branch 7 times, most recently from 5587c12 to d6605e6 Compare April 8, 2026 02:27
@red-hat-konflux red-hat-konflux Bot changed the title Update dependency golang to v1.25.8 (main) Update dependency golang to v1.25.9 (main) Apr 8, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/golang-1.25.x branch from d6605e6 to 17d4bc0 Compare April 14, 2026 02:37
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/golang-1.25.x branch 2 times, most recently from c41c159 to 990bc1f Compare May 15, 2026 02:33
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/golang-1.25.x branch 2 times, most recently from aa7e37c to 1aa880b Compare May 21, 2026 02:43
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/golang-1.25.x branch 2 times, most recently from a3a7404 to 50848ae Compare June 3, 2026 02:13
@red-hat-konflux red-hat-konflux Bot changed the title Update dependency golang to v1.25.10 (main) Update dependency golang to v1.25.11 (main) Jun 3, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/golang-1.25.x branch from 50848ae to af34d4c Compare June 4, 2026 02:12
@fullsend-ai-review

fullsend-ai-review Bot commented Jun 4, 2026

Copy link
Copy Markdown

Review

Findings

Medium

  • [stale-reference] go.mod:3 — After this PR merges, go.mod will specify go 1.25.8 while .tool-versions specifies 1.25.11. This version mismatch may cause builds to use a different Go toolchain than intended.
    Remediation: Update go 1.25.8 to go 1.25.11 in go.mod (and run go mod tidy), or verify that Renovate will handle this file in a separate PR via the gomod manager.

  • [stale-reference] Dockerfile:19 — After this PR merges, Dockerfile will use golang:1.25.8 base image while .tool-versions specifies 1.25.11. Docker builds will use a different Go version than what .tool-versions declares.
    Remediation: Update FROM docker.io/library/golang:1.25.8 to FROM docker.io/library/golang:1.25.11, or verify Renovate handles Dockerfile updates separately via its docker manager.

  • [stale-reference] Dockerfile.dist:19 — After this PR merges, Dockerfile.dist will use ubi9/go-toolset:1.25.8 (pinned by sha256 digest) while .tool-versions specifies 1.25.11. The pinned digest will also need updating to match a new tag.
    Remediation: Update the base image tag from 1.25.8 to 1.25.11 and update the @sha256 digest to match the new image, or verify Renovate handles this separately.

Low

  • [stale-reference] tools/go.mod:3 — After this PR merges, tools/go.mod will specify go 1.25.8 while .tool-versions specifies 1.25.11.

  • [stale-reference] tools/kubectl/go.mod:3 — After this PR merges, tools/kubectl/go.mod will specify go 1.25.8 while .tool-versions specifies 1.25.11.

  • [stale-reference] acceptance/go.mod:3 — After this PR merges, acceptance/go.mod will specify go 1.25.8 while .tool-versions specifies 1.25.11.

Info

  • [sub-agent-failure] — The style-conventions sub-agent could not be dispatched due to model unavailability. Style review was skipped for this run.
Previous run

Review

Findings

Low

  • [stale-reference] Dockerfile:19 — After this PR merges, the Dockerfile (FROM docker.io/library/golang:1.25.8) will reference Go 1.25.8 while .tool-versions specifies 1.25.11. In a Renovate-managed repo this is expected when Dockerfile and .tool-versions are handled by separate package manager rules, but worth confirming a companion PR will follow.

  • [stale-reference] Dockerfile.dist:19 — After this PR merges, Dockerfile.dist (FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8@sha256:...) will reference Go 1.25.8 while .tool-versions specifies 1.25.11. This is expected in Renovate workflows with separate package manager rules.

Info

  • [sub-agent-failure] N/A — The style-conventions sub-agent did not return findings due to model unavailability. For this trivial version bump, early-exit criteria would apply (no style findings expected).
Previous run (2)

Review

No findings.

Previous run (3)

Review

Findings

No findings.

This is a straightforward automated patch-level Go toolchain bump (1.25.8 → 1.25.11) in .tool-versions. No application logic, tests, APIs, or documentation are affected.

Previous run (4)

Review

Findings

Low

Info

  • [sub-agent-failure] N/A — The style-conventions sub-agent did not return findings due to model unavailability. Given this is a single-line version bump in .tool-versions, there are no style concerns to evaluate.

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] version inconsistency

This PR updates the Go version in .tool-versions from 1.25.8 to 1.25.11 but does not update Dockerfile, Dockerfile.dist, go.mod, acceptance/go.mod, tools/go.mod, or tools/kubectl/go.mod. This is expected behavior — Renovate manages these files through separate managers with corresponding PRs already open (#3281, #3246, #3285, #3287).

@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/golang-1.25.x branch from af34d4c to 7f1791b 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/golang-1.25.x branch from 7f1791b to 0e1c832 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:01 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
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main-main/golang-1.25.x branch from 0e1c832 to bfc07e7 Compare June 18, 2026 01:18
@fullsend-ai-review

fullsend-ai-review Bot commented Jun 18, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 1:20 AM UTC · Completed 1:25 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 18, 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/golang-1.25.x branch from bfc07e7 to 8f33def Compare June 23, 2026 01:44
@fullsend-ai-review

fullsend-ai-review Bot commented Jun 23, 2026

Copy link
Copy Markdown

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

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants