You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched the issues and found no similar issues.
KubeRay Component
ray-operator
What happened + What you expected to happen
My environment: Mac Pro (Intel i5), go1.16.2 darwin/amd64
make build
This is very similar to kubernetes-sigs/controller-tools#643. Hence, I doubt whether kuberay supports go 1.16 or not. If we cannot, I will update DEVELOPMENT.md.
My Solution: Update to 1.17.6
go install golang.org/dl/go1.17.6@latest
go1.17.6 download
export GOROOT=$(go1.17.6 env GOROOT)export PATH="$GOROOT/bin:$PATH"
make build
Reproduction script
See above.
Anything else
No response
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
KubeRay Component
ray-operator
What happened + What you expected to happen
My environment: Mac Pro (Intel i5), go1.16.2 darwin/amd64
This is very similar to kubernetes-sigs/controller-tools#643. Hence, I doubt whether kuberay supports go 1.16 or not. If we cannot, I will update DEVELOPMENT.md.
My Solution: Update to 1.17.6
Reproduction script
See above.
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: