Skip to content

Commit

Permalink
deps: bump envoy to v1.17.3 (pomerium#2198)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgroth committed May 13, 2021
1 parent 27c8cd9 commit 7d5754e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-envoy.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
PATH="$PATH:$(go env GOPATH)/bin"
export PATH

_envoy_version=1.17.2
_envoy_version=1.17.3
_dir="${DIR:-"$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)/../bin"}"
_target="${TARGET:-"$(go env GOOS)-$(go env GOARCH)"}"

Expand Down

0 comments on commit 7d5754e

Please sign in to comment.