doc/devel/release.html | 7 +++++++ doc/go1.8.html | 7 +------ doc/install-source.html | 4 ++-- diff --git a/doc/devel/release.html b/doc/devel/release.html index be340a35fdac58d2bed49a4c29ad7aec7aefc326..d046149880707b53cc8afd6f944729a4c362acef 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -30,6 +30,13 @@ to fix critical security problems in both Go 1.4 and Go 1.5 as they arise. See the security policy for more details.

+

go1.8 (released 2017/02/16)

+ +

+Go 1.8 is a major release of Go. +Read the Go 1.8 Release Notes for more information. +

+

go1.7 (released 2016/08/15)

diff --git a/doc/go1.8.html b/doc/go1.8.html index 9e3145e8b8b3e5c9feef2b52cbc5c10c719f5dd3..cf4c66953ce1ae3b264656e7d4aee93c42c036a8 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -15,12 +15,7 @@ -

DRAFT RELEASE NOTES - Introduction to Go 1.8

- -

-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. -

+

Introduction to Go 1.8

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 efe864cb1a3188fddf924667dbcea04a4c2818ce..45c5bbbf48be4c430ddf432920f206a8b0c53b64 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -221,7 +221,7 @@

Go will install to a directory named go. 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.