diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7fc4fe6..a0ca7fd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,11 +16,11 @@ env: TINYGO_VERSION: 0.30.0 # Run e2e tests against latest two releases and latest dev ENVOY_IMAGES: > + envoyproxy/envoy:v1.30-latest envoyproxy/envoy:v1.29-latest - envoyproxy/envoy:v1.28-latest envoyproxy/envoy-dev:latest - istio/proxyv2:1.21.0 - istio/proxyv2:1.20.4 + istio/proxyv2:1.22.1 + istio/proxyv2:1.21.3 jobs: build: