Skip to content

Commit

Permalink
Add envoy v1.24 to CI and remove a dev version (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Nov 16, 2022
1 parent 592ac89 commit 67f601c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ env:
GO_VERSION: 1.19
TINYGO_VERSION: 0.26.0
WABT_VERSION: 1.0.29
# The SHA of the envoy version comes from https://github.com/istio/proxy/blob/master/WORKSPACE#L42
# Here we aim to support:
# - istio 1.5.0 envoy version
# - istio 1.5.1 envoy version
# - latest envoy master
# Test against latest two releases and latest dev
ENVOY_IMAGES: >
envoyproxy/envoy:v1.24-latest
envoyproxy/envoy:v1.23-latest
envoyproxy/envoy-dev:1c86bac121ae73cefcba64ec0a863707b6cb8158
envoyproxy/envoy-dev:latest
jobs:
Expand Down

0 comments on commit 67f601c

Please sign in to comment.