mirror of
https://github.com/status-im/status-react.git
synced 2025-02-13 19:36:47 +00:00
With go 1.20 its necessary to pass `lresolv` flag when building c-archives and `netgo` for networking on MacOS. This was the primary reason why integration tests were failing. ref -> https://github.com/golang/go/issues/58416 -> https://github.com/golang/go/issues/58159 This commit adds those flags to the derivation which builds status-go-library for integration tests and fixes the missing symbol crash.