pactflow / pact-protobuf-plugin

Pact plugin for Protobufs and gRPC
MIT License
16 stars 8 forks source link

Protoc 3.19.1 (default) doesn't support ARM for MacOS #33

Closed stan-is-hate closed 3 months ago

stan-is-hate commented 1 year ago

I mean it's easy to change which protoc my plugin uses on my machine, but would it make sense to update the default version of the protoc to something newer? I can send a PR updating that single line in the json file, but not sure what's the right process for testing it is, and don't have access to enough OSs or hardware to verify it all works across the board

YOU54F commented 3 months ago

0.4.0 of the pact-protobuf-plugin now uses 21.12 which supports macos-aarch64

change introduced in https://github.com/pactflow/pact-protobuf-plugin/commit/a1fad28dc5d913a083b4ff70a17393d538d62703

Thanks Stan