envoy: bump envoy to 1.14.2 (#894)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
Bobby DeSimone 2020-06-15 07:55:44 -07:00 committed by GitHub
parent 97cead4d08
commit e57f92486a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -3,7 +3,7 @@ set -euo pipefail
BINARY=$1
ENVOY_VERSION=1.14.1
ENVOY_VERSION=1.14.2
DIR=$(dirname "${BINARY}")
GOOS=$(echo "${GOOS-}" | cut -d _ -f 1) # goreleaser is fine