From 0a251931cbbfc8cfbe6e12fb0ab61c20ffb85eaf Mon Sep 17 00:00:00 2001 From: "Lars K.W. Gohlke" Date: Mon, 7 Mar 2016 22:55:34 +0100 Subject: [PATCH] updated compiler version see compiler change to version 1.6 in https://github.com/syncthing/syncthing/releases/tag/v0.12.20 --- dev/building.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/building.rst b/dev/building.rst index 1e125347d..d7c167e1d 100644 --- a/dev/building.rst +++ b/dev/building.rst @@ -23,7 +23,7 @@ may be unstable and unsuitable for general consumption. Prerequisites ------------- -- Go **1.3** or higher +- Go **1.6** or higher - Git If you're not already a Go developer, the easiest way to get going @@ -40,7 +40,7 @@ Building (Unix) .. code-block:: bash - # This should output "go version go1.3" or higher. + # This should output "go version go1.6" or higher. $ go version # Go is particular about file locations; use this path unless you know very @@ -66,7 +66,7 @@ Building (Windows) - Install the prerequisites. - Open a ``cmd`` Window:: - # This should output "go version go1.3" or higher. + # This should output "go version go1.6" or higher. > go version # Go is particular about file locations; use this path unless you know very