ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
1.16k stars 373 forks source link

[CI] Pin kustomize to v5.3.0 #2067

Closed kevin85421 closed 6 months ago

kevin85421 commented 6 months ago

Why are these changes needed?

Kustomize releases v5.4.0 today, and it requires Go 1.21 instead of Go 1.20 (ref). This PR pins Kustomize to v5.3.0 to fix the CI failure (example).

Related issue number

Checks