Skip to content

Commit

Permalink
dep(envoy): upgrade v0.16.0 (#1519)
Browse files Browse the repository at this point in the history
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
  • Loading branch information
desimone committed Oct 19, 2020
1 parent 034e756 commit a375f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/embed-envoy.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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)"}"

Expand Down

0 comments on commit a375f70

Please sign in to comment.