Add go as a prerequesite in build instructions

Signed-off-by: Matthew Runyon <matthewrunyon@deephaven.io>
This commit is contained in:
Matthew Runyon 2025-08-04 17:23:08 -05:00 committed by Guillaume Lours
parent 29ede3ba7d
commit f36ee00f71

View File

@ -4,12 +4,15 @@
* Windows:
* [Docker Desktop](https://docs.docker.com/desktop/setup/install/windows-install/)
* make
* go (see [go.mod](go.mod) for minimum version)
* macOS:
* [Docker Desktop](https://docs.docker.com/desktop/setup/install/mac-install/)
* make
* go (see [go.mod](go.mod) for minimum version)
* Linux:
* [Docker 20.10 or later](https://docs.docker.com/engine/install/)
* make
* go (see [go.mod](go.mod) for minimum version)
### Building the CLI