-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency go to v1.25.5 (alauda-v1.33.7) #20
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
chore(deps): update dependency go to v1.25.5 (alauda-v1.33.7) #20
Conversation
|
71e72f8 to
788ef2b
Compare
788ef2b to
6d09f6c
Compare
✅ No Issues Found4 files reviewed | Confidence: 95% | Recommendation: Merge Review DetailsFiles: go.mod, go.work, staging/src/k8s.io/kubectl/go.mod, vendor/modules.txt Changes: Updated Go version from 1.24.11 to 1.25.5 across all relevant files Checked: Dependency consistency, version alignment, artifact generation Notes:
|
|
| Severity | Issue | Location |
|---|---|---|
| WARNING | Inconsistent godebug directive | staging/src/k8s.io/kubectl/go.mod:7 |
Recommendation: Address the inconsistency before merge
Review Details (4 files)
Files: go.mod, go.work, staging/src/k8s.io/kubectl/go.mod, vendor/modules.txt
Changes: Go version update from 1.24.11 to 1.25.5
Issue Found: The kubectl module has Go 1.25.5 but godebug default=go1.24, while main module files correctly use godebug default=go1.25. This inconsistency could cause build or runtime issues.
6d09f6c to
456578d
Compare
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.
The kubectl module has Go 1.25.5 but godebug default=go1.24, while main files use go1.25. This could cause build or runtime issues.
godebug default=go1.25
This PR contains the following updates:
1.24.11->1.25.5Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Renovate Bot.