Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix proto3 generation error #158

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Conversation

dmcgowan
Copy link
Member

Fixes error

is a proto3 file that contains optional fields, but code generator protoc-gen-go-ttrpc hasn't been updated to support optional fields in proto3. Please ask the owner of this code generator to support proto3 optional.

Fixes error "is a proto3 file that contains optional fields, but code generator protoc-gen-go-ttrpc hasn't been updated to support optional fields in proto3. Please ask the owner of this code generator to support proto3 optional."

Signed-off-by: Derek McGowan <[email protected]>
@dmcgowan dmcgowan changed the title Update protobuf and fix proto3 generation error Fix proto3 generation error Feb 21, 2024
@dmcgowan dmcgowan marked this pull request as ready for review February 21, 2024 22:09
@dmcgowan dmcgowan merged commit faba589 into containerd:main Feb 21, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants