From 91497ed15f06c690ddf87fc522b33f38e142f3dc Mon Sep 17 00:00:00 2001 From: ABC Taylor Date: Sun, 24 Dec 2023 17:14:17 +0000 Subject: [PATCH] Specify that using GOPROXY is not necessary for all users and remove any implied endorsement of goproxy.io --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28c3aa218..ea8d11102 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,11 @@ For major project goals, see the [roadmap](ROADMAP.md) ``` make container-build ``` - `GOPROXY` env will be inherited: + _If you are in a country/region where Internet access is restricted and you cannot download Go dependencies successfully, `make` with the `GOPROXY` environment variable set to a third party you trust, for example:_ ``` GOPROXY=https://goproxy.io make container-build ``` + _`goproxy.io` is not endorsed specifically by the project._ ### Creating a new cluster