Docker result is not the same as using binary #3787
Unanswered
vitaly-zdanevich
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Hello, it's because you have a compilation problem.
|
Beta Was this translation helpful? Give feedback.
3 replies
-
@vitaly-zdanevich which Go are you using locally and how did you receive binary? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From binary no errors, but from
docker run -t --rm -v $(pwd):/app -v ~/.cache/golangci-lint/v1.52.2:/root/.cache -w /app golangci/golangci-lint:v1.52.2 golangci-lint run -v
I got errors like this:Beta Was this translation helpful? Give feedback.
All reactions