From 75df21a4e5f2dd2af700d659b984367607fc269c Mon Sep 17 00:00:00 2001 From: Aditya C S Date: Thu, 13 Dec 2018 10:21:11 +0530 Subject: [PATCH] Updated README to mention the required go version for build. (#86) Signed-off-by: Aditya C S --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ed882a67824f1..3a7bad01ac56e 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,8 @@ Example queries: Loki can be run in a single host, no-dependencies mode using the following commands. +You need `go` v1.10+ + ```bash $ go build ./cmd/loki $ ./loki -config.file=./docs/loki-local-config.yaml