You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[stale-reference]Dockerfile:19 — Dockerfile pins golang:1.25.8 while .tool-versions is being updated to 1.26.4. After this PR merges, container builds will use a different Go version than .tool-versions specifies.
Remediation: Update the FROM line to golang:1.26.4, or open a follow-up PR to align Dockerfile with .tool-versions.
[stale-reference]Dockerfile.dist:19 — Dockerfile.dist pins go-toolset:1.25.8 (with sha256 digest) while .tool-versions is being updated to 1.26.4. After this PR merges, release artifacts would be compiled with a different Go version than .tool-versions specifies.
Remediation: Update the FROM line to reference go-toolset:1.26.4 with the correct digest for that version, or open a follow-up PR.
[stale-reference]go.mod:3 — Root go.mod specifies go 1.25.8 while .tool-versions is being updated to 1.26.4. After this PR merges, there will be a mismatch between the installed toolchain version and the module's go directive.
Remediation: Update go.mod to go 1.26.4 and run go mod tidy.
Low
[stale-reference]tools/go.mod:3 — tools/go.mod specifies go 1.25.8 while .tool-versions is being updated to 1.26.4.
Remediation: Update to go 1.26.4 and run go mod tidy.
[stale-reference]tools/kubectl/go.mod:3 — tools/kubectl/go.mod specifies go 1.25.8 while .tool-versions is being updated to 1.26.4.
Remediation: Update to go 1.26.4 and run go mod tidy.
[stale-reference]acceptance/go.mod:3 — acceptance/go.mod specifies go 1.25.8 while .tool-versions is being updated to 1.26.4.
Remediation: Update to go 1.26.4 and run go mod tidy.
Info
[sub-agent-failure] — The style-conventions sub-agent did not return findings: model unavailable on deployment. For this mechanical version bump, no style findings were expected (early exit criteria would have applied).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.25.8→1.26.4Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
golang/go (golang)
v1.26.4Compare Source
v1.26.3Compare Source
v1.26.2Compare Source
v1.26.1Compare Source
v1.26.0Compare Source
v1.25.11Compare Source
v1.25.10Compare Source
v1.25.9Compare Source
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.