golangci-lint version: 1.17.1 Go version: 1.13beta1 I just noticed that no error are detected in my project if: - I'm using the pre-build binary - my project is using module and is a "v2" - Go version is 1.13beta1 It's working if (select one): - I'm using the version installed by vscode-go (I guess it's using `go get`) - my project is using module and is a "v1" - Go version is 1.12.7 In my "v2 module" projects, my packages import paths contain a "/v2". That's probably why it's not working anymore.