mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-02 03:46:29 +02:00
dep(envoy): upgrade v0.16.0 (#1519)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
034e7565c7
commit
a375f707f8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -euo pipefail
|
|||
|
||||
BINARY=$1
|
||||
|
||||
ENVOY_VERSION=1.15.1
|
||||
ENVOY_VERSION=1.16.0
|
||||
DIR=$(dirname "${BINARY}")
|
||||
TARGET="${TARGET:-"$(go env GOOS)_$(go env GOARCH)"}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue