-
-
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: buildssa: package "db" #732
Comments
hi, how did you build golangci-lint? I guess you didn't use binary releases and didn't use replacements from |
I'm hitting this same thing. I'm following the README (replacing 1.18.0 with 1.19.1):
And I'm getting the same failure when linting my project.
|
Just use binary releases: its the known go compiler bug, I guess you are using old version of Go. |
I'm using Go 1.12.10. I got it working using a binary release of v1.19.1. |
yep, the bug was fixed only in Go 1.13 |
Version:
golangci-lint has version v1.19.0 built from (unknown, mod sum: "h1:ioXGJ8cIM78dqnHwlfegYLmrsE+N+sU7Vsfy0b6Yhrk=") on (unknown)
go version:
go version go1.12.9 linux/amd64
log output:
The text was updated successfully, but these errors were encountered: