chore: bump to protobuf 1.27.1

This commit is contained in:
2022-01-02 23:50:08 +01:00
parent ab8bc39010
commit 02a3091853
11 changed files with 50 additions and 29 deletions

View File

@ -744,9 +744,6 @@ func (d decoder) skipValue() error {
// Skip items. This will not validate whether skipped values are
// of the same type or not, same behavior as C++
// TextFormat::Parser::AllowUnknownField(true) version 3.8.0.
if err := d.skipValue(); err != nil {
return err
}
}
}
}