Hello, I'm trying to run the test from the exemple...
# pact-go
c
Hello, I'm trying to run the test from the exemples but I get this error: someone know how to fix it?
m
It is the V2 package. How are you running it? Have you disabled cgo by any chance?
c
what do you mean by "how are you rrunning it?", I didn't touch the cgo at all, how I can check if it's disable?
m
I just mean how are you running the tests? I'd look at the CI builds for Pact Go and see what might be different
c
I run my test localy at the moment just for testing and learn
👍 1