Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 2
    You have a typo, it should be: export CGO_ENABLED=0 (with "A") Commented Jan 4, 2022 at 14:57
  • inside a container? Commented Apr 18, 2022 at 14:33
  • This ended up working for my specifc use case. Only difference was for windows needed to run go env -w GCO_ENABLED=0 on the CLI Commented Aug 31, 2023 at 20:59