Skip to content

Conversation

@seanlaii
Copy link
Contributor

@seanlaii seanlaii commented Sep 2, 2025

Why are these changes needed?

The current version (v0.0.12) depends on golang.org/x/[email protected], which causes build failures under newer Go toolchains (e.g., Go 1.24+). Example error:

$ go version                          
go version go1.25.0 darwin/arm64

$ make api-docs
# golang.org/x/tools/internal/tokeninternal
.../golang.org/x/[email protected]/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)
make: *** [crd-ref-docs] Error 1

Upgrading to v0.2.0 provides compatibility with modern Go versions (1.24+) and aligns this project with the latest maintained release of crd-ref-docs.

Related issue number

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

@seanlaii
Copy link
Contributor Author

seanlaii commented Sep 2, 2025

/retest

Copy link
Member

@Future-Outlier Future-Outlier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thank you @seanlaii

@rueian rueian merged commit 3858146 into ray-project:master Sep 2, 2025
31 of 32 checks passed
Future-Outlier added a commit that referenced this pull request Sep 2, 2025
@seanlaii seanlaii deleted the upgrade-crd-ref-docs branch September 2, 2025 03:46
win5923 pushed a commit to win5923/kuberay that referenced this pull request Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants