Update and fix staticcheck
This commit is contained in:
parent
aae1bc3cab
commit
a525787ab7
100 changed files with 12353 additions and 7912 deletions
2
vendor/honnef.co/go/tools/version/version.go
vendored
2
vendor/honnef.co/go/tools/version/version.go
vendored
|
|
@ -7,7 +7,7 @@ import (
|
|||
"runtime"
|
||||
)
|
||||
|
||||
const Version = "2019.2.3"
|
||||
const Version = "2020.1.4"
|
||||
|
||||
// version returns a version descriptor and reports whether the
|
||||
// version is a known release.
|
||||
|
|
|
|||
Reference in a new issue