mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-29 00:47:17 +02:00
envoy: bump envoy to 1.14.2 (#894)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
97cead4d08
commit
e57f92486a
2 changed files with 7 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -euo pipefail
|
|||
|
||||
BINARY=$1
|
||||
|
||||
ENVOY_VERSION=1.14.1
|
||||
ENVOY_VERSION=1.14.2
|
||||
DIR=$(dirname "${BINARY}")
|
||||
GOOS=$(echo "${GOOS-}" | cut -d _ -f 1) # goreleaser is fine
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue