upgrade envoy to v1.27.1 (#4625)

This commit is contained in:
Kenneth Jenkins 2023-10-12 08:55:18 -07:00 committed by GitHub
parent a3e01fb506
commit 5f9f46652a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ PATH="$PATH:$(go env GOPATH)/bin"
export PATH
_project_root="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)/.."
_envoy_version=1.25.5
_envoy_version=1.27.1
_dir="$_project_root/pkg/envoy/files"
for _target in darwin-amd64 darwin-arm64 linux-amd64 linux-arm64; do