chore(deps): envoy 1.15.1 (#1473)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
bobby 2020-09-30 08:35:32 -07:00 committed by GitHub
parent 697be04c6f
commit c10dbe8f2d
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.15.0
ENVOY_VERSION=1.15.1
DIR=$(dirname "${BINARY}")
TARGET="${TARGET:-"$(go env GOOS)_$(go env GOARCH)"}"