Since updating golang to v1.22, I'm getting errors in my tests using pact-go.
So I raised issue to the pact-go repository:
The error is as follows:
---
fatal error: unknown caller pc
---
It only happens on amd64 when you run the test with the `-race` option.
My concern is that this is a golang issue, not pact-go, and I wonder if I should create a golang issue.