dependencies: upgrade go and envoy (#4116)

* dependencies: upgrade go and envoy

* upgrade go
This commit is contained in:
Caleb Doxsey 2023-04-17 16:44:58 -06:00 committed by GitHub
parent 9e960d9515
commit b7d846464c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 12 deletions

View file

@ -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.25.0
_envoy_version=1.25.5
_dir="$_project_root/pkg/envoy/files"
for _target in darwin-amd64 darwin-arm64 linux-amd64 linux-arm64; do