-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
no error detected if the project is a v2 module with the pre-compiled binaries and Go 1.13beta1 #604
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
Currently, my solution is to install golangci-lint with Sadly I can't use the "go module" syntax to select a stable tag version du to #581 / #595 . So I'm now installing the latest version without Go module support. |
Actually I have this issue only with Go 1.13beta1, not 1.12.7. |
I think that this error is blocking for Go 1.13. |
I guess this is fixed now. Thank you @jirfag 👍 |
hi, |
Perfect ! |
golangci-lint version: 1.17.1
Go version: 1.13beta1
I just noticed that no error are detected in my project if:
It's working if (select one):
go get
)In my "v2 module" projects, my packages import paths contain a "/v2".
That's probably why it's not working anymore.
The text was updated successfully, but these errors were encountered: