From 166df66f66aa6d6b8339e231481b92f4adf4e59e Mon Sep 17 00:00:00 2001 From: bergquist Date: Wed, 7 Sep 2016 11:28:22 +0200 Subject: [PATCH] docs(go): update go dep to 1.6 --- docs/sources/project/building_from_source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/project/building_from_source.md b/docs/sources/project/building_from_source.md index e4f35f0a49be..68d4611fc96e 100644 --- a/docs/sources/project/building_from_source.md +++ b/docs/sources/project/building_from_source.md @@ -11,7 +11,7 @@ dev environment. Grafana ships with its own required backend server; also comple ## Dependencies -- [Go 1.5](https://golang.org/dl/) +- [Go 1.6](https://golang.org/dl/) - [NodeJS](https://nodejs.org/download/) ## Get Code