doc/devel/release.html | 9 ++++++++- doc/go1.9.html | 7 +------ doc/install-source.html | 4 ++-- diff --git a/doc/devel/release.html b/doc/devel/release.html index e4821ff61c3fc4c83507a34d1d04482ba4799835..830452244922232ef90cf811aa243e9745cc480d 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -20,7 +20,14 @@ For example, Go 1.8 is supported until Go 1.10 is released, and Go 1.9 is supported until Go 1.11 is released. We fix critical problems, including critical security problems, in supported releases as needed by issuing minor revisions -(for example, Go 1.8.1, Go 1.8.2, and so on). +(for example, Go 1.9.1, Go 1.9.2, and so on). +
+ ++Go 1.9 is a major release of Go. +Read the Go 1.9 Release Notes for more information.
- Go 1.9 is not yet released. These are work-in-progress - release notes. Go 1.9 is expected to be released in August 2017. -
+The latest Go release, version 1.9, arrives six months diff --git a/doc/install-source.html b/doc/install-source.html index 5d732b053e598cf715d6c31db847921721347d50..d120f7d6f2b792537cdc2a25f7bb3ca76ac3ea01 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.8.1, for example):
go1.9, 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.8.1. +go1.9.