dep(envoy): upgrade v0.16.0 (#1519)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
bobby 2020-10-19 09:50:10 -07:00 committed by GitHub
parent 034e7565c7
commit a375f707f8
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.1
ENVOY_VERSION=1.16.0
DIR=$(dirname "${BINARY}")
TARGET="${TARGET:-"$(go env GOOS)_$(go env GOARCH)"}"