From 64cfca0553c5dd4869dfdb8679d46c357e073f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Str=C3=B6mberg?= Date: Mon, 4 Mar 2019 12:08:27 -0800 Subject: [PATCH] v1.12 --- docs/contributors/build_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributors/build_guide.md b/docs/contributors/build_guide.md index 409220f90..b80068358 100644 --- a/docs/contributors/build_guide.md +++ b/docs/contributors/build_guide.md @@ -1,7 +1,7 @@ ### Build Requirements -* A recent Go distribution (>=1.11) +* A recent Go distribution (>=1.12) * 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 +* minikube requires at least 4GB of RAM to compile, which can be problematic when using docker-machine #### Prerequisites for different GNU/Linux distributions -- GitLab