2
0
mirror of https://github.com/status-im/status-mobile.git synced 2025-02-23 05:48:46 +00:00
Siddarth Kumar cb9a620f40
fix: hack fix for contract tests on MacOS ()
fixes 

Contract Tests are failing with missing symbols runtime error on `MacOS` after `golang` version was upgraded to 1.20
A simple hack fix such a case is to use `go 1.19` only to build the status-go library that is used specifically for these integration tests.
Its ugly but it works and unblocks devs from running tests locally.

- execute `make test-contract` on MacOS and it should not fail.

not needed since this impacts only the integration tests.

- macOS

status: ready
2024-05-10 17:58:49 +05:30
..