Skip to content

Commit f5bf23c

Browse files
committed
adapt to istio 1.27
Signed-off-by: YaoZengzeng <yaozengzeng@huawei.com>
1 parent 932c468 commit f5bf23c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-ipv6-istio-1.24.yml renamed to .github/workflows/e2e-ipv6-istio-1.27.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: E2E IPv6 Test
2424
shell: bash
2525
run: |
26-
sudo ISTIO_VERSION="1.24.0" make e2e-ipv6
26+
sudo ISTIO_VERSION="1.27.2" make e2e-ipv6

.github/workflows/e2e-istio-1.24.yml renamed to .github/workflows/e2e-istio-1.27.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: E2E Test
2424
shell: bash
2525
run: |
26-
sudo ISTIO_VERSION="1.24.0" make e2e
26+
sudo ISTIO_VERSION="1.27.2" make e2e

0 commit comments

Comments
 (0)