From 161586b294f846711549f898f3fd386e55eff917 Mon Sep 17 00:00:00 2001 From: Michal Franc Date: Sun, 6 Jan 2019 13:17:21 +0000 Subject: [PATCH 1/2] Updating recommended golang version --- docs/contributors/build_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributors/build_guide.md b/docs/contributors/build_guide.md index a95f345dc594..b2c1714d19dc 100644 --- a/docs/contributors/build_guide.md +++ b/docs/contributors/build_guide.md @@ -1,5 +1,5 @@ ### Build Requirements -* A recent Go distribution (>1.8) +* A recent Go distribution (>1.11) * If you're not on Linux, you'll need a Docker installation * Minikube requires at least 4GB of RAM to compile, which can be problematic when using docker-machine From 4bd7bfa354abfa25dd0e6f018b7951b13e01da28 Mon Sep 17 00:00:00 2001 From: Michal Franc Date: Sun, 6 Jan 2019 13:19:44 +0000 Subject: [PATCH 2/2] Marking 1.11 as acceptable --- docs/contributors/build_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributors/build_guide.md b/docs/contributors/build_guide.md index b2c1714d19dc..a241bce7f958 100644 --- a/docs/contributors/build_guide.md +++ b/docs/contributors/build_guide.md @@ -1,5 +1,5 @@ ### Build Requirements -* A recent Go distribution (>1.11) +* A recent Go distribution (>=1.11) * If you're not on Linux, you'll need a Docker installation * Minikube requires at least 4GB of RAM to compile, which can be problematic when using docker-machine