Skip to content

Commit

Permalink
dep(envoy): upgrade v0.16.0
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 16, 2020
1 parent ac19c50 commit af45cb1
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 af45cb1

Please sign in to comment.