Open tomtau opened 2 years ago
@elias-orijtech
In general, it's not possible to analyze with CGO_ENABLED=1 from CI, unless a custom image is prepared for you that contains the necessary requirements (C toolkit, development headers and so on).
An easier way is to make your code buildable with CGO_ENABLED=0. Verify locally with CGO_ENABLED=0 go build ./...
.
when run on https://github.com/evmos/ethermint it'll fail with these errors: