From 637f57ca71b0f164e09d34cc2b181141ad592c71 Mon Sep 17 00:00:00 2001 From: Paul Waring Date: Thu, 24 Aug 2017 19:51:11 +0100 Subject: [PATCH] Update minimum Go version Minimum version is now 1.8 according to build.go (from latest master, cloned a few minutes ago): ``` paul@voga:~/third-dev/restic$ go run build.go Go version go1.7.4 detected, restic requires at least Go 1.8 exit status 1 ``` --- doc/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.rst b/doc/installation.rst index 94cd90caf..fcf97c180 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -35,7 +35,7 @@ From Source ----------- restic is written in the Go programming language and you need at least -Go version 1.7. Building restic may also work with older versions of Go, +Go version 1.8. Building restic may also work with older versions of Go, but that's not supported. See the `Getting started `__ guide of the Go project for instructions how to install Go.