Skip to content

Commit 104445e

Browse files
rscRuss Cox
authored and
Russ Cox
committed
doc: document Go 1.9.4 and Go 1.8.7
Change-Id: I50928e7747f43858fc863b53cfb5b63e208d6932 Reviewed-on: https://team-review.git.corp.google.com/213447 Reviewed-by: Andrew Bonventre <[email protected]>
1 parent 1dcb583 commit 104445e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/devel/release.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ <h3 id="go1.9.minor">Minor revisions</h3>
5757
1.9.3 milestone</a> on our issue tracker for details.
5858
</p>
5959

60+
<p>
61+
go1.9.4 (released 2018/02/07) includes a security fix to “go get”.
62+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.4">Go
63+
1.9.4</a> milestone on our issue tracker for details.
64+
</p>
65+
6066
<h2 id="go1.8">go1.8 (released 2017/02/16)</h2>
6167

6268
<p>
@@ -114,6 +120,13 @@ <h3 id="go1.8.minor">Minor revisions</h3>
114120
1.8.6 milestone</a> on our issue tracker for details.
115121
</p>
116122

123+
<p>
124+
go1.8.7 (released 2018/02/07) includes a security fix to “go get”.
125+
It contains the same fix as Go 1.9.4 and was released at the same time.
126+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.8.7">Go
127+
1.8.7</a> milestone on our issue tracker for details.
128+
</p>
129+
117130
<h2 id="go1.7">go1.7 (released 2016/08/15)</h2>
118131

119132
<p>

0 commit comments

Comments
 (0)