Skip to content

Commit

Permalink
fix: update protobuf version to 25.2
Browse files Browse the repository at this point in the history
fixes #63 / #33 

works OOB with MacOS aarch64. 

26.x/27.x fail on MacOS aarch64 for integrations with via pact_ffi for

- php
- swift
- dotnet
- lua
  • Loading branch information
YOU54F authored Jul 23, 2024
1 parent 2b7d5e0 commit c40fc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact-plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"executableType": "exec",
"entryPoint": "pact-protobuf-plugin",
"pluginConfig": {
"protocVersion": "21.12",
"protocVersion": "25.2",
"downloadUrl": "https://github.com/protocolbuffers/protobuf/releases/download",
"hostToBindTo": "127.0.0.1"
}
Expand Down

0 comments on commit c40fc59

Please sign in to comment.