Skip to content

Dockerfile: fix golang-ci-lint installer#41560

Merged
thaJeztah merged 1 commit intomoby:masterfrom
thaJeztah:fix_golang_ci_lint_version
Oct 16, 2020
Merged

Dockerfile: fix golang-ci-lint installer#41560
thaJeztah merged 1 commit intomoby:masterfrom
thaJeztah:fix_golang_ci_lint_version

Conversation

@thaJeztah
Copy link
Member

@thaJeztah thaJeztah commented Oct 16, 2020

Similar fix as #41151

We were using "go get", whith would try to fetch some dependencies that are not in the version we're installing,

go get -d github.com/golangci/golangci-lint/cmd/golangci-lint

Causing the build to fail;

package 4d63.com/gochecknoglobals/checknoglobals: unrecognized import path "4d63.com/gochecknoglobals/checknoglobals" (parse https://4d63.com/gochecknoglobals/checknoglobals?go-get=1: no go-import meta tags ())

We were using "go get", whith would try to fetch some dependencies
that are not in the version we're installing,

    go get -d github.com/golangci/golangci-lint/cmd/golangci-lint

Causing the build to fail;

    package 4d63.com/gochecknoglobals/checknoglobals: unrecognized import path "4d63.com/gochecknoglobals/checknoglobals" (parse https://4d63.com/gochecknoglobals/checknoglobals?go-get=1: no go-import meta tags ())

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
Copy link
Member Author

@AkihiroSuda @cpuguy83 ptal (s390x failure is unrelated)

@thaJeztah
Copy link
Member Author

I'll merge this one to unblock CI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants