From 7a26378944bdcafd437e6bc9a9af52de28fdf804 Mon Sep 17 00:00:00 2001 From: reggie-k Date: Thu, 16 Jan 2025 13:01:20 +0200 Subject: [PATCH] change default clone paths to FOLDER-OF-YOUR-CHOICE and clarify not to use GOPATH Signed-off-by: reggie-k --- docs/developer-guide/toolchain-guide.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/developer-guide/toolchain-guide.md b/docs/developer-guide/toolchain-guide.md index 5a61595b0b8a7..da6b740d54271 100644 --- a/docs/developer-guide/toolchain-guide.md +++ b/docs/developer-guide/toolchain-guide.md @@ -336,8 +336,6 @@ The first thing you can do to test whether your build toolchain is setup correct This should return without any error. -If `codegen-local` returns the error `Could not make proto path relative` with a file path under `~/go/src/`, this may mean that your local Argo CD repository is cloned at an unsupported path. Please refer to https://argo-cd.readthedocs.io/en/stable/developer-guide/toolchain-guide/#clone-the-argo-cd-repository-from-your-personal-fork-on-github - ### Run unit-tests The next thing is to make sure that unit tests are running correctly on your system. These will require that all dependencies, such as Helm, Kustomize, Git, GnuPG, etc are correctly installed and fully functioning: