From bb4c40b21a30c02c069270327c5b34acab19b3f2 Mon Sep 17 00:00:00 2001
From: Chris Broadfoot
+go1.7.2 (released 2016/10/17) includes fixes to the compiler, runtime,
+and the crypto/cipher
, crypto/tls
,
+net/http
, and strings
packages.
+See the Go
+1.7.2 milestone on our issue tracker for details.
+
diff --git a/doc/install-source.html b/doc/install-source.html
index e24a1e5702..9a7128cbce 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -203,7 +203,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.1
, for example):
go1.7.2
, for example):
$ git clone https://go.googlesource.com/go @@ -391,7 +391,7 @@ New releases are announced on the golang-announce mailing list. Each announcement mentions the latest release tag, for instance, -go1.7.1
. +go1.7.2
.-- 2.48.1