Skip to content

no error detected if the project is a v2 module with the pre-compiled binaries and Go 1.13beta1 #604

Closed
@pierrre

Description

@pierrre

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions