-
golangci-lint run throws below error in my go code.
I ran go mod tidy, go mod vendor. Still doesnt work, There is no issue in compiling the project as well. |
Beta Was this translation helpful? Give feedback.
Answered by
ldez
Sep 26, 2022
Replies: 1 comment 5 replies
-
Hello, the problem is related to the compilation: it can be related to a cgo dependency. Edit: it was related to build tags |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
ldez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
the problem is related to the compilation: it can be related to a cgo dependency.
Edit: it was related to build tags