Skip to content

Commit

Permalink
Merge pull request #23 from DPham-X/envoy_v1.28.0
Browse files Browse the repository at this point in the history
Upgrade protos to 1.28.0
  • Loading branch information
cetanu authored Nov 13, 2023
2 parents 97797e6 + ac3572f commit e21df95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/download_protobufs.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

utf8 = "utf-8"

ENVOY_VERSION = "1.26.1"
ENVOY_VERSION = "1.28.0"

proto_include = protoc.pkg_resources.resource_filename("grpc_tools", "_proto")
envoy = Path("./envoy")
Expand Down

0 comments on commit e21df95

Please sign in to comment.