Skip to content

Commit

Permalink
envoy: upgrade to v1.30.3 (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjenkins authored Jun 27, 2024
1 parent 27098e0 commit 98ce5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-envoy.bash
Original file line number Diff line number Diff line change
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.30.1
_envoy_version=1.30.3
_dir="$_project_root/pomerium/envoy/bin"
_target="${TARGET:-"$(go env GOOS)-$(go env GOARCH)"}"

Expand Down

0 comments on commit 98ce5f1

Please sign in to comment.