Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.25.8
golang 1.25.11

Check failure on line 1 in .tool-versions

View workflow job for this annotation

GitHub Actions / Test

Version manager version incompatible, saw 1.25.11, running with version: 1.25.8

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.

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.

Loading