Go and Cgo #11526
yann-soubeyrand
started this conversation in
General
Go and Cgo
#11526
Replies: 1 comment 1 reply
-
That error is surprising to me, do you get this error when using |
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
-
Hello,
I was recently hit by an issue with a dependency of the Pulumi Go SDK:
This issue has since been fixed. However, this has enlighten that Pulumi doesn’t disable Cgo (by setting the environment variable
CGO_ENABLED=0
) when building Go programs and I was wondering if it’s a deliberate choice or not?Beta Was this translation helpful? Give feedback.
All reactions