Skip to content

Commit db8dbf1

Browse files
authored
[docs][ray-operator] fix typo in Golang version (ray-project#2893)
Project uses Golang 1.22 not 1.20. Signed-off-by: David Xia <david@davidxia.com>
1 parent ab93442 commit db8dbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ray-operator/DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This section walks through how to build and test the operator in a running Kuber
77
| software | version | link |
88
|:---------|:--------:|--------------------------------------------------------------------:|
99
| kubectl | v1.23.0+ | [download](https://kubernetes.io/docs/tasks/tools/install-kubectl/) |
10-
| go | v1.20 | [download](https://golang.org/dl/) |
10+
| go | v1.22 | [download](https://golang.org/dl/) |
1111
| docker | 19.03+ | [download](https://docs.docker.com/install/) |
1212

1313
Alternatively, you can use podman (version 4.5+) instead of docker. See [podman.io](https://podman.io/getting-started/installation) for installation instructions. The Makefile allows you to specify the container engine to use via the `ENGINE` variable. For example, to use podman, you can run `ENGINE=podman make docker-build`.

0 commit comments

Comments
 (0)