mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-29 00:47:17 +02:00
envoy: upgrade to v1.30.2 (#5140)
This commit is contained in:
parent
c1dec06afa
commit
34ae403811
1 changed files with 1 additions and 1 deletions
|
@ -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.2
|
||||
_dir="$_project_root/pkg/envoy/files"
|
||||
|
||||
for _target in darwin-amd64 darwin-arm64 linux-amd64 linux-arm64; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue