Skip to content

Fix protoc-gen-go-fieldpath#6828

Merged
dmcgowan merged 2 commits intocontainerd:mainfrom
kzys:fix-fieldpath
Apr 20, 2022
Merged

Fix protoc-gen-go-fieldpath#6828
dmcgowan merged 2 commits intocontainerd:mainfrom
kzys:fix-fieldpath

Conversation

@kzys
Copy link
Copy Markdown
Member

@kzys kzys commented Apr 19, 2022

The generator has to handle nested fields such as

message Runtime {
string name = 1;
google.protobuf.Any options = 2;
}
Runtime runtime = 3;
.

Signed-off-by: Kazuyoshi Kato [email protected]

@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Apr 19, 2022

Build succeeded.

@dmcgowan dmcgowan merged commit 809549e into containerd:main Apr 20, 2022
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