From 1f897ff0e758c7533421f3b899348013f18ea1f0 Mon Sep 17 00:00:00 2001 From: Mark Estiller Date: Thu, 28 Dec 2023 05:17:00 -0500 Subject: [PATCH] Update contributors-quickstart.md to include a link to Go's installation guide (#16691) Signed-off-by: Mark Estiller --- docs/developer-guide/contributors-quickstart.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/developer-guide/contributors-quickstart.md b/docs/developer-guide/contributors-quickstart.md index cb3fe67e6e212d..a7646a6cf5f25b 100644 --- a/docs/developer-guide/contributors-quickstart.md +++ b/docs/developer-guide/contributors-quickstart.md @@ -9,6 +9,8 @@ and the [toolchain guide](toolchain-guide.md). ### Install Go + + Install version 1.18 or newer (Verify version by running `go version`) ### Clone the Argo CD repo