doc/devel/release.html | 12 ++++++++++++ doc/install-source.html | 4 ++-- diff --git a/doc/devel/release.html b/doc/devel/release.html index d046149880707b53cc8afd6f944729a4c362acef..c4ca6a625fda23109c499a134e32963448e0fd50 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -37,6 +37,18 @@ Go 1.8 is a major release of Go. Read the Go 1.8 Release Notes for more information.
+
+go1.8.1 (released 2017/04/07) includes fixes to the compiler, linker, runtime,
+documentation, go command and the crypto/tls,
+encoding/xml, image/png, net,
+net/http, reflect, text/template,
+and time packages.
+See the Go
+1.8.1 milestone on our issue tracker for details.
+
diff --git a/doc/install-source.html b/doc/install-source.html index 45c5bbbf48be4c430ddf432920f206a8b0c53b64..8fb26a956b176cd5849a95551ca6d1f305d6dd24 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, for example):
go1.8.1, 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. +go1.8.1.