Skip to content

Commit

Permalink
bump Envoy to 1.23.2 (#3739)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasaga committed Nov 10, 2022
1 parent 4d10d36 commit 01445a8
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.23.1
_envoy_version=1.23.2
_dir="$_project_root/pkg/envoy/files"
_target="${TARGET:-"$(go env GOOS)-$(go env GOARCH)"}"

Expand Down

0 comments on commit 01445a8

Please sign in to comment.