mirror of
https://github.com/golang/go
synced 2024-11-12 04:50:21 -07:00
doc: update version tag in source install instructions
Change-Id: Id83e0371b7232b01be83640ef1e47f9026cf2a23 Reviewed-on: https://go-review.googlesource.com/27055 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
c6f19fe1ea
commit
1003b3e1f0
@ -203,7 +203,7 @@ To build without <code>cgo</code>, set the environment variable
|
|||||||
Change to the directory that will be its parent
|
Change to the directory that will be its parent
|
||||||
and make sure the <code>go</code> directory does not exist.
|
and make sure the <code>go</code> directory does not exist.
|
||||||
Then clone the repository and check out the latest release tag
|
Then clone the repository and check out the latest release tag
|
||||||
(<code class="versionTag">go1.6</code>, for example):</p>
|
(<code class="versionTag">go1.7</code>, for example):</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
$ git clone https://go.googlesource.com/go
|
$ git clone https://go.googlesource.com/go
|
||||||
@ -391,7 +391,7 @@ New releases are announced on the
|
|||||||
<a href="//groups.google.com/group/golang-announce">golang-announce</a>
|
<a href="//groups.google.com/group/golang-announce">golang-announce</a>
|
||||||
mailing list.
|
mailing list.
|
||||||
Each announcement mentions the latest release tag, for instance,
|
Each announcement mentions the latest release tag, for instance,
|
||||||
<code class="versionTag">go1.6</code>.
|
<code class="versionTag">go1.7</code>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user