depedency: bump envoy to 1.15.0 (#1119)

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
parent 1912e32927
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)"}"