golang / protobuf

Go support for Google's protocol buffers
BSD 3-Clause "New" or "Revised" License
9.64k stars 1.58k forks source link

undefined: descriptorpb.Default_FileOptions_PhpGenericServices #1617

Closed erkanrua closed 1 month ago

erkanrua commented 1 month ago

When I tried to docker run it gives error in descriptor.

docker run --rm -it -e GOOS=windows -v "%cd%:/xk6" ^ grafana/xk6 build v0.43.1 --output k6.exe ^ --with github.com/mostafa/xk6-kafka@v0.17.0 ^ --with github.com/grafana/xk6-output-influxdb@v0.3.0

resim

puellanivis commented 1 month ago

Recommend following the directions here: https://github.com/protocolbuffers/protobuf/issues/16163

stapelberg commented 1 month ago

Should be fixed by updating to a more recent version of Go Protobuf, closing.