1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-08-11 16:28:41 +02:00

depedency: bump envoy to 1.15.0 ()

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
bobby 2020-07-21 08:25:37 -07:00 committed by GitHub
commit d5433f8431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)"}"