How are we supposed to set CGO_ENABLED=1 with this action? #1195
Unanswered
shadiramadan
asked this question in
Q&A
Replies: 1 comment
-
By default, this action uses the binary version of golangci-lint, so Why do you need to use golangci-lint doesn't need |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I have a build that requires
CGO_ENABLED
to be set to lint properly.On my local exporting this var works just fine with the CLI.
I tried setting it with:
on the action step but that did not enable CGO.
How are we supposed to enable CGO?
Possibly related: #538
Beta Was this translation helpful? Give feedback.
All reactions