From 7383ad90e5497d7fd0ee2b4cdf0e15979c4c6bcc Mon Sep 17 00:00:00 2001 From: Matteo Pace Date: Wed, 19 Apr 2023 00:14:02 +0200 Subject: [PATCH] chore: Updates CI to latest two Envoy releases (#176) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ff72f49..435f12e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,8 +16,8 @@ env: TINYGO_VERSION: 0.27.0 # Test against latest two releases and latest dev ENVOY_IMAGES: > - envoyproxy/envoy:v1.24-latest - envoyproxy/envoy:v1.23-latest + envoyproxy/envoy:v1.26-latest + envoyproxy/envoy:v1.25-latest envoyproxy/envoy-dev:latest jobs: