-
Notifications
You must be signed in to change notification settings - Fork 59
Update dependency golang to v1.25.11 (main) - autoclosed #3165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| golang 1.25.8 | ||
| golang 1.25.11 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||
There was a problem hiding this comment.
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.