-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
megacheck panic in go1.11 with interface conversion: types.Object is nil, not *types.Func: #418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I tried #411 to solve my problem...it not work... |
hi, thank you for reporting! |
I update golangci-linter using
|
We're also seeing this error on the cloudfoundry/cli when we enable
Notes:golanci-lint version: 1.15.0 |
Just upgraded to 1.16 and I'm getting the same error. Is there anyway to determine which package/files are causing megacheck/staticcheck to fail? Verbose mode isn't as verbose as I was hoping. |
After a few hours of debugging with @ewrenn8, we have determined that this issue is the result of 2 separate problems:
|
Thank you for researching! I've fixed it in #507, please, check. |
Closing, please, re-open if reproduces. |
Thank you for creating the issue!
Please include the following information:
golangci-lint --version
(or git commit if you don't use binary distribution)golangci-lint has version v1.15.0-7-g7514bf8 built from 7514bf8
cat .golangci.yml
no .golangci.yml
go version && go env
golangci-lint run -v
The text was updated successfully, but these errors were encountered: