Skip to content

Commit

Permalink
envoy: bump to 1.19 (pomerium#2392)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgroth committed Jul 29, 2021
1 parent 834fa85 commit 386fc6e
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 @@ -5,7 +5,7 @@ PATH="$PATH:$(go env GOPATH)/bin"
export PATH

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

Expand Down

0 comments on commit 386fc6e

Please sign in to comment.