From 1819a8d867869bff34b1374028b097fca17e0bc3 Mon Sep 17 00:00:00 2001 From: Mike Arpaia Date: Mon, 13 Nov 2017 09:25:42 -0700 Subject: [PATCH] Update the required Go version --- docs/development/building-the-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/building-the-code.md b/docs/development/building-the-code.md index f662580be1..ed742800d7 100644 --- a/docs/development/building-the-code.md +++ b/docs/development/building-the-code.md @@ -5,7 +5,7 @@ Building The Code To setup a working local development environment, you must install the following minimum toolset: -* [Go](https://golang.org/dl/) (1.8 or greater) +* [Go](https://golang.org/dl/) (1.9 or greater) * [Node.js](https://nodejs.org/en/download/current/) and [Yarn](https://yarnpkg.com/en/docs/install) * [GNU Make](https://www.gnu.org/software/make/) * [Docker](https://www.docker.com/products/overview#/install_the_platform)