Skip to content

Commit 98ce5f1

Browse files
authored
envoy: upgrade to v1.30.3 (#987)
1 parent 27098e0 commit 98ce5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get-envoy.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PATH="$PATH:$(go env GOPATH)/bin"
55
export PATH
66

77
_project_root="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)/.."
8-
_envoy_version=1.30.1
8+
_envoy_version=1.30.3
99
_dir="$_project_root/pomerium/envoy/bin"
1010
_target="${TARGET:-"$(go env GOOS)-$(go env GOARCH)"}"
1111

0 commit comments

Comments
 (0)