mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
mod: downgrade honnef.co/go/tools to v2019.2.3
Hotfix for `failed prerequisites` errors. Actual cause is still unknown. Revert: #987 Ref: #994, #995, #1011
This commit is contained in:
parent
0421b6e51a
commit
6db0292426
3 changed files with 10 additions and 10 deletions
6
go.mod
6
go.mod
|
@ -50,8 +50,12 @@ require (
|
|||
github.com/valyala/quicktemplate v1.2.0
|
||||
golang.org/x/tools v0.0.0-20200422022333-3d57cf2e726e
|
||||
gopkg.in/yaml.v2 v2.2.8
|
||||
honnef.co/go/tools v0.0.1-2020.1.3
|
||||
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
|
||||
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
|
||||
mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
|
||||
)
|
||||
|
||||
// See https://github.com/golangci/golangci-lint/issues/995
|
||||
// Update only after mitigating this issue.
|
||||
// TODO: Enable back tests with skip "Issue955" after update.
|
||||
require honnef.co/go/tools v0.0.1-2019.2.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue