Skip to content

Commit

Permalink
dependencies: upgrade go and envoy
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdoxsey committed Apr 17, 2023
1 parent 9e960d9 commit d6b2e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1 +1 @@
golang 1.19.2
golang 1.20.3
2 changes: 1 addition & 1 deletion scripts/get-envoy.bash
Expand Up @@ -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
Expand Down

0 comments on commit d6b2e60

Please sign in to comment.