You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ make dev
.. something unimportant
+ Run lints
WARN [runner] Can't run linter unused: buildssa: analysis skipped: errors in package: [/Users/strrl/playground/GitHub/strrl/tidb-dashboard/pkg/config/config.go:17:2: could not import crypto/tls (/usr/local/Cellar/go/1.14/libexec/src/crypto/tls/alert.go:7:8: could not import strconv (/usr/local/Cellar/go/1.14/libexec/src/strconv/atof.go:13:8: could not import math (/usr/local/Cellar/go/1.14/libexec/src/math/exp_asm.go:9:8: could not import internal/cpu (-: could not load export data: cannot import "internal/cpu" (unknown iexport format version 1), export data is newer version - update tool))))]
WARN [runner] Can't run linter goanalysis_metalinter: vrp: failed prerequisites: [email protected]/pingcap-incubator/tidb-dashboard/pkg/config
ERRO Running error: vrp: failed prerequisites: [email protected]/pingcap-incubator/tidb-dashboard/pkg/config
make: *** [lint] Error 3
Upgrading to latest golangci-lint version will solve this problem, I will make a PR soon.
Bug Report
When I execute
make dev
, console output:Upgrading to latest golangci-lint version will solve this problem, I will make a PR soon.
Related issues
golangci/golangci-lint#893
The text was updated successfully, but these errors were encountered: