mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-02 20:06:03 +02:00
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
This commit is contained in:
parent
d636ea93ee
commit
02fb31ce0c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -euo pipefail
|
|||
PATH="$PATH:$(go env GOPATH)/bin"
|
||||
export PATH
|
||||
|
||||
_envoy_version=1.17.1
|
||||
_envoy_version=1.17.2
|
||||
_dir="${DIR:-"$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)/../bin"}"
|
||||
_target="${TARGET:-"$(go env GOOS)-$(go env GOARCH)"}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue