Skip to content

Commit

Permalink
upgrade envoy to v1.28.0 (#4635)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjenkins committed Oct 24, 2023
1 parent 39a477c commit 1996550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-envoy.bash
Expand Up @@ -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.27.1
_envoy_version=1.28.0
_dir="$_project_root/pkg/envoy/files"

for _target in darwin-amd64 darwin-arm64 linux-amd64 linux-arm64; do
Expand Down

0 comments on commit 1996550

Please sign in to comment.