Skip to content

Commit f36ee00

Browse files
mattrunyonglours
authored andcommitted
Add go as a prerequesite in build instructions
Signed-off-by: Matthew Runyon <[email protected]>
1 parent 29ede3b commit f36ee00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BUILDING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
* Windows:
55
* [Docker Desktop](https://docs.docker.com/desktop/setup/install/windows-install/)
66
* make
7+
* go (see [go.mod](go.mod) for minimum version)
78
* macOS:
89
* [Docker Desktop](https://docs.docker.com/desktop/setup/install/mac-install/)
910
* make
11+
* go (see [go.mod](go.mod) for minimum version)
1012
* Linux:
1113
* [Docker 20.10 or later](https://docs.docker.com/engine/install/)
1214
* make
15+
* go (see [go.mod](go.mod) for minimum version)
1316

1417
### Building the CLI
1518

0 commit comments

Comments
 (0)