Hello folks - is there a way to pass in the `proto...
# protobufs
r
Hello folks - is there a way to pass in the
protocVersion
via the pact FFI when invoking a test? Right now it defaults to
3.19.1
which doesn't have support for M1 macs, so I need some mechanism to force it to download a later version.
Ahh I think I can pass
pact:protocVersion
to the FFI similar to how I pass
additionalIncludes
. I think I answered my own question - leaving this here in case someone else needs it.
thankyou 1