From b54071f0080f1565a33725d3e59a1035c4eebf8b Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Fri, 13 Dec 2019 12:44:50 -0700 Subject: [PATCH] Specify minimum Go version --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d483060..9022bd4 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,10 @@ Some features are dependent upon the actual implementation of each data source. ## Install +**Minimum Go version required:** Go 1.13 + ``` -$ go get -u github.com/mholt/timeliner/cmd/timeliner +$ go get github.com/mholt/timeliner/cmd/timeliner ``` ## Tutorial