Skip to content

Commit

Permalink
docs fix: specify only Go 1.16 or 1.17 works right now (ray-project#261)
Browse files Browse the repository at this point in the history
1.18 doesn't work yet. See ray-project#257.
  • Loading branch information
davidxia authored May 12, 2022
1 parent 1a71ad2 commit ad6c889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ray-operator/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This section walks through how to build and test the operator in a running Kuber
software | version | link
:------------- | :---------------:| -------------:
kubectl | v1.21.0+ | [download](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
go | v1.16+|[download](https://golang.org/dl/)
go | v1.16,17|[download](https://golang.org/dl/)
docker | 19.03+|[download](https://docs.docker.com/install/)

The instructions assume you have access to a running Kubernetes cluster via ``kubectl``. If you want to test locally, consider using [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/).
Expand Down

0 comments on commit ad6c889

Please sign in to comment.