From 606eb9b0c118815dcbc68f224ec4485faf322c96 Mon Sep 17 00:00:00 2001
From: Chris Broadfoot
+Go 1.8 is a major release of Go. +Read the Go 1.8 Release Notes for more information. +
+diff --git a/doc/go1.8.html b/doc/go1.8.html index 9e3145e8b8..cf4c66953c 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -15,12 +15,7 @@ Do not send CLs removing the interior tags from such phrases. ul li { margin: 0.5em 0; } -
-Go 1.8 is not yet released. These are work-in-progress -release notes. Go 1.8 is expected to be released in February 2017. -
+
The latest Go release, version 1.8, arrives six months after Go 1.7.
diff --git a/doc/install-source.html b/doc/install-source.html
index efe864cb1a..45c5bbbf48 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -221,7 +221,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.4
, for example):
go1.8
, for example):
$ git clone https://go.googlesource.com/go @@ -409,7 +409,7 @@ New releases are announced on the golang-announce mailing list. Each announcement mentions the latest release tag, for instance, -go1.7.4
. +go1.8
.-- 2.48.1