Go 1.26 and K8s 1.36 client-go updates#4703
Open
marosset wants to merge 11 commits intoray-project:masterfrom
Open
Go 1.26 and K8s 1.36 client-go updates#4703marosset wants to merge 11 commits intoray-project:masterfrom
marosset wants to merge 11 commits intoray-project:masterfrom
Conversation
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
Contributor
Author
|
I can make another PR to update to the GA v1.36.0 client-go packages once they are released. |
….26) fixup! Updating client-go to v1.36.0-beta.0 (and updating golang to 1.26)
fixup! Bump golangci-lint to v2.11.4 and fix lint issues for Go 1.26
fixup! bump go to 1.26 in ray-operator docker file
fixup! bump go to 1.26 in remaining files
fixup! suppress pre-existing gosec false positive in job_test.go
fixup! fix lint issues across kubectl-plugin, apiserver, and ray-operator
marosset
commented
Apr 13, 2026
fixup! remove comment for deleted intPointer function
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Reviewed by Cursor Bugbot for commit 81774cf. Configure here.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Why are these changes needed?
These changes update the client-go packages to the K8s v1.36.0-beta.0 versions (which require updating golang to v1.26) in order to use the new scheduling APIs needed for native workload aware scheduling
x-ref: #4344
Most of the changes were made by running golangci-lint or the new code-generator for K8s client-go v1.36
Related issue number
Checks