mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-26 06:28:18 +02:00
chore(deps): envoy 1.15.1 (#1473)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
697be04c6f
commit
c10dbe8f2d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -euo pipefail
|
|||
|
||||
BINARY=$1
|
||||
|
||||
ENVOY_VERSION=1.15.0
|
||||
ENVOY_VERSION=1.15.1
|
||||
DIR=$(dirname "${BINARY}")
|
||||
TARGET="${TARGET:-"$(go env GOOS)_$(go env GOARCH)"}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue