Skip to content

Commit d12f52a

Browse files
committed
doc: the latest version is 2020.1.6
1 parent f1158d1 commit d12f52a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/staticcheck.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ <h2 id="installation">Installation</h2>
2222
<p>
2323
If you use Go modules, you can simply run <code>go get honnef.co/go/tools/cmd/staticcheck</code> to obtain the latest released version.
2424
If you're still using a GOPATH-based workflow, then the above command will instead fetch the master branch.
25-
It is suggested that you explicitly check out the latest release branch instead, which is currently <code>2020.1.5</code>.
25+
It is suggested that you explicitly check out the latest release tag instead, which is currently <code>2020.1.6</code>.
2626
One way of doing so would be as follows:
2727
</p>
2828

2929
<pre><code>cd $GOPATH/src/honnef.co/go/tools/cmd/staticcheck
30-
git checkout 2020.1.4
30+
git checkout 2020.1.6
3131
go get
3232
go install
3333
</code></pre>

0 commit comments

Comments
 (0)