File tree 3 files changed +10
-8
lines changed
3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,13 @@ <h2 id="policy">Release Policy</h2>
30
30
See the < a href ="/security "> security policy</ a > for more details.
31
31
</ p >
32
32
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
+
33
40
< h2 id ="go1.7 "> go1.7 (released 2016/08/15)</ h2 >
34
41
35
42
< p >
Original file line number Diff line number Diff line change 15
15
ul li { margin : 0.5em 0 ; }
16
16
</ style >
17
17
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 >
24
19
25
20
< p >
26
21
The latest Go release, version 1.8, arrives six months after < a href ="go1.7 "> Go 1.7</ a > .
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ <h2 id="fetch">Fetch the repository</h2>
221
221
Change to the directory that will be its parent
222
222
and make sure the < code > go</ code > directory does not exist.
223
223
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 >
225
225
226
226
< pre >
227
227
$ git clone https://go.googlesource.com/go
@@ -409,7 +409,7 @@ <h2 id="releases">Keeping up with releases</h2>
409
409
< a href ="//groups.google.com/group/golang-announce "> golang-announce</ a >
410
410
mailing list.
411
411
Each announcement mentions the latest release tag, for instance,
412
- < code class ="versionTag "> go1.7.4 </ code > .
412
+ < code class ="versionTag "> go1.8 </ code > .
413
413
</ p >
414
414
415
415
< p >
You can’t perform that action at this time.
0 commit comments