File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ <h2 id="installation">Installation</h2>
22
22
< p >
23
23
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.
24
24
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 > .
26
26
One way of doing so would be as follows:
27
27
</ p >
28
28
29
29
< pre > < code > cd $GOPATH/src/honnef.co/go/tools/cmd/staticcheck
30
- git checkout 2020.1.4
30
+ git checkout 2020.1.6
31
31
go get
32
32
go install
33
33
</ code > </ pre >
You can’t perform that action at this time.
0 commit comments