User Story
As a Weave GitOps developer, I want to conduct a spike to investigate the need for the -race flag and the effect of CGO_ENABLED=1 on the Weave GitOps project, so that I can better understand their impact on the project's binary.
Outcomes
- An understanding of the
-race flag's purpose, benefits, and drawbacks, along with recommendations for its usage within the Weave GitOps binary.
- An understanding of the
CGO_ENABLED=1 variable, its impact on the Weave GitOps binary, and how it relates to the -race flag.
- Recommendations for any necessary changes or updates to the Weave GitOps binary based on the findings of the spike.