mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-01 18:33:19 +02:00
deps: update envoy to 1.19.1 (#2526)
This commit is contained in:
parent
e00a5ab40c
commit
2389f8f5e5
1 changed files with 2 additions and 2 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.19.0
|
||||
_envoy_version=1.19.1
|
||||
_dir="$_project_root/internal/envoy/files"
|
||||
_target="${TARGET:-"$(go env GOOS)-$(go env GOARCH)"}"
|
||||
|
||||
|
@ -32,4 +32,4 @@ curl \
|
|||
--output "$_dir/envoy-$_target.sha256" \
|
||||
"$_url.sha256"
|
||||
|
||||
echo "$_envoy_version" > "$_dir/envoy-$_target.version"
|
||||
echo "$_envoy_version" >"$_dir/envoy-$_target.version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue