Skip to content

Commit 863035e

Browse files
committed
doc: document go1.8
Change-Id: Ie2144d001c6b4b2293d07b2acf62d7e3cd0b46a7 Reviewed-on: https://go-review.googlesource.com/37130 Reviewed-by: Russ Cox <[email protected]>
1 parent 0ad247c commit 863035e

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

doc/devel/release.html

+7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ <h2 id="policy">Release Policy</h2>
3030
See the <a href="/security">security policy</a> for more details.
3131
</p>
3232

33+
<h2 id="go1.8">go1.8 (released 2017/02/16)</h2>
34+
35+
<p>
36+
Go 1.8 is a major release of Go.
37+
Read the <a href="/doc/go1.8">Go 1.8 Release Notes</a> for more information.
38+
</p>
39+
3340
<h2 id="go1.7">go1.7 (released 2016/08/15)</h2>
3441

3542
<p>

doc/go1.8.html

+1-6
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@
1515
ul li { margin: 0.5em 0; }
1616
</style>
1717

18-
<h2 id="introduction">DRAFT RELEASE NOTES - Introduction to Go 1.8</h2>
19-
20-
<p><strong>
21-
Go 1.8 is not yet released. These are work-in-progress
22-
release notes. Go 1.8 is expected to be released in February 2017.
23-
</strong></p>
18+
<h2 id="introduction">Introduction to Go 1.8</h2>
2419

2520
<p>
2621
The latest Go release, version 1.8, arrives six months after <a href="go1.7">Go 1.7</a>.

doc/install-source.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h2 id="fetch">Fetch the repository</h2>
221221
Change to the directory that will be its parent
222222
and make sure the <code>go</code> directory does not exist.
223223
Then clone the repository and check out the latest release tag
224-
(<code class="versionTag">go1.7.4</code>, for example):</p>
224+
(<code class="versionTag">go1.8</code>, for example):</p>
225225

226226
<pre>
227227
$ git clone https://go.googlesource.com/go
@@ -409,7 +409,7 @@ <h2 id="releases">Keeping up with releases</h2>
409409
<a href="//groups.google.com/group/golang-announce">golang-announce</a>
410410
mailing list.
411411
Each announcement mentions the latest release tag, for instance,
412-
<code class="versionTag">go1.7.4</code>.
412+
<code class="versionTag">go1.8</code>.
413413
</p>
414414

415415
<p>

0 commit comments

Comments
 (0)