-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Panic: execinquery: package "device" (isInitialPkg: true, needAnalyzeSource: true): runtime error: invalid memory address or nil pointer dereference: goroutine 7709 #2851
Comments
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
The same thing for me, "clients" is also one of the projects packages
|
Same thing happened to me when using the Github Action. Logs
Github Action
|
Hello, it's a problem with As workaround, you can disable linters:
disable:
- execinquery |
@ldez thanks for getting that PR into |
I'm waiting for a tag of execinquery |
Guys, was this resolved or not? We are pinned to 1.45.2 for the moment, which version carries the fix? |
Welcome
Description of the problem
It panics.
device
is one of the packages in project.Before upgrading to go1.18 and latest golangci-lint, no this issue.
Even though I put
//nolint
in the package, or skip the files ".device_control." of the package, the panic is the same.Version of golangci-lint
Configuration file
Go environment
Verbose output of running
Code example or link to a public repository
The text was updated successfully, but these errors were encountered: