Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: cgo disabled when building go binaries #220

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

akshaypatidar1999
Copy link
Collaborator

@akshaypatidar1999 akshaypatidar1999 commented Mar 20, 2024

With CGO_ENABLED=0 you got a staticaly-linked binary (see: https://en.wikipedia.org/wiki/Static_build) so it will run without any external dependencies

@akshaypatidar1999 akshaypatidar1999 merged commit 9a6ffd0 into development Mar 20, 2024
4 checks passed
@akshaypatidar1999 akshaypatidar1999 deleted the fix/binary branch March 20, 2024 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants