CrowdStrike / csproto

CrowdStrike's Protocol Buffers library
MIT License
122 stars 13 forks source link

Update Protobuf to 1.34.2 #155

Closed dylan-bourque closed 2 months ago

dylan-bourque commented 2 months ago

Updates google.golang.org/protobuf to v1.34.2. Also regenerated the .pb.go code under example/, adjusted unit tests to no longer share a message instance to resolve flaky failures, and updated the Go version to 1.21 in both modules.