build: bump vtprotobuf dependency (#33365)

This picks up a few bug fixes and allows us to remove our build tag
hacks

Signed-off-by: John Howard <john.howard@solo.io>

Mirrored from https://github.com/envoyproxy/envoy @ 72fe210ed073600019697b5cd8979489584ee43d
main
update-envoy[bot] 8 months ago
parent 4d6b7b8d6d
commit 6bb0287c22
  1. 5
      bazel/BUILD

@ -19,7 +19,10 @@ exports_files([
go_proto_compiler(
name = "vtprotobuf_plugin_go",
options = ["features=marshal_strict+size"],
options = [
"features=marshal_strict+size",
"buildTag=vtprotobuf",
],
plugin = "@com_github_planetscale_vtprotobuf//cmd/protoc-gen-go-vtproto",
suffix = "_vtproto.pb.go",
valid_archive = False,

Loading…
Cancel
Save