mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26:29 +02:00
deps: bump envoy to v1.17.3 (#2198)
This commit is contained in:
parent
27c8cd9bd8
commit
7d5754ec36
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.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)"}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue