mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26:29 +02:00
depedency: bump envoy to 1.15.0 (#1119)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
1912e32927
commit
d5433f8431
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -euo pipefail
|
|||
|
||||
BINARY=$1
|
||||
|
||||
ENVOY_VERSION=1.14.4
|
||||
ENVOY_VERSION=1.15.0
|
||||
DIR=$(dirname "${BINARY}")
|
||||
TARGET="${TARGET:-"$(go env GOOS)_$(go env GOARCH)"}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue