-
Notifications
You must be signed in to change notification settings - Fork 59
Update dependency golang to v1.26.5 (main) #3367
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
base: main
Are you sure you want to change the base?
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.26.3 | ||
| golang 1.26.5 | ||
|
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] consistency After this PR, .tool-versions will specify Go 1.26.5 while go.mod (root, tools/, tools/kubectl/, acceptance/), Dockerfile (line 19), and Dockerfile.dist (line 19) still reference Go 1.26.3. This creates a minor version skew between local development tooling and CI/production builds. Suggested fix: Coordinate updates to go.mod and Dockerfile base images to Go 1.26.5, either via separate Renovate rules or a follow-up PR. |
||
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.
[low] version-skew
After merge, .tool-versions will pin Go 1.26.5 while go.mod (root, acceptance/, tools/, tools/kubectl/) and Dockerfiles (Dockerfile, Dockerfile.dist) remain at 1.26.3. This is expected Renovate per-manager behavior β open PRs #3372 and #3368 cover Dockerfile updates. Patch-level skew does not pose a functional risk.