From 64969c8ef5b8c52b332d95d7a04421a5e4232791 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Thu, 1 Dec 2016 17:45:26 -0800 Subject: [PATCH] doc: update suggested Go installation version Previously the docs suggested downloading 1.7.2 (no good) or 1.7.3 (has security flaw). Change-Id: Ifabe85908df8d6591c0957ef4bb1b800fc145793 Reviewed-on: https://go-review.googlesource.com/33808 Reviewed-by: Brad Fitzpatrick --- doc/install-source.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/install-source.html b/doc/install-source.html index 4a25e37d22..3e84b27542 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -212,7 +212,7 @@ To build without cgo, set the environment variable Change to the directory that will be its parent and make sure the go directory does not exist. Then clone the repository and check out the latest release tag -(go1.7.2, for example):

+(go1.7.4, for example):

 $ git clone https://go.googlesource.com/go
@@ -329,7 +329,7 @@ You just need to do a little more setup.
 

-The How to Write Go Code document +The How to Write Go Code document provides essential setup instructions for using the Go tools.

@@ -355,7 +355,7 @@ $ go get golang.org/x/tools/cmd/godoc

-To install these tools, the go get command requires +To install these tools, the go get command requires that Git be installed locally.

@@ -400,7 +400,7 @@ New releases are announced on the golang-announce mailing list. Each announcement mentions the latest release tag, for instance, -go1.7.2. +go1.7.4.

@@ -443,7 +443,7 @@ The value assumed by installed binaries and scripts when $GOROOT is not set explicitly. It defaults to the value of $GOROOT. If you want to build the Go tree in one location -but move it elsewhere after the build, set +but move it elsewhere after the build, set $GOROOT_FINAL to the eventual location.

@@ -566,7 +566,7 @@ architecture. Valid choices are the same as for $GOOS and $GOARCH, listed above. The specified values must be compatible with the local system. -For example, you should not set $GOHOSTARCH to +For example, you should not set $GOHOSTARCH to arm on an x86 system.

@@ -627,7 +627,7 @@ not amd64.

If you choose to override the defaults, set these variables in your shell profile ($HOME/.bashrc, -$HOME/.profile, or equivalent). The settings might look +$HOME/.profile, or equivalent). The settings might look something like this:

-- 2.50.0