1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-08-11 00:09:14 +02:00

deps: bump envoy to 1.17.2 () ()

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-04-22 10:33:42 -04:00 committed by GitHub
commit 02fb31ce0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ set -euo pipefail
PATH="$PATH:$(go env GOPATH)/bin" PATH="$PATH:$(go env GOPATH)/bin"
export PATH 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"}" _dir="${DIR:-"$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)/../bin"}"
_target="${TARGET:-"$(go env GOOS)-$(go env GOARCH)"}" _target="${TARGET:-"$(go env GOOS)-$(go env GOARCH)"}"