Skip to content

Commit 4585ee5

Browse files
committed
adapt to istio 1.26
Signed-off-by: YaoZengzeng <yaozengzeng@huawei.com>
1 parent 71c7b4f commit 4585ee5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/e2e-ipv6-istio-1.23.yml renamed to .github/workflows/e2e-ipv6-istio-1.26.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: E2E IPv6 Test(istio 1.23)
1+
name: E2E IPv6 Test(istio 1.26)
22
on:
33
pull_request:
44
paths-ignore:
@@ -23,4 +23,4 @@ jobs:
2323
- name: E2E IPv6 Test
2424
shell: bash
2525
run: |
26-
sudo ISTIO_VERSION="1.23.0" make e2e-ipv6
26+
sudo ISTIO_VERSION="1.26.0" make e2e-ipv6

.github/workflows/e2e-istio-1.23.yml renamed to .github/workflows/e2e-istio-1.26.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: E2E Test(istio 1.23)
1+
name: E2E Test(istio 1.26)
22
on:
33
pull_request:
44
paths-ignore:
@@ -23,4 +23,4 @@ jobs:
2323
- name: E2E Test
2424
shell: bash
2525
run: |
26-
sudo ISTIO_VERSION="1.23.0" make e2e
26+
sudo ISTIO_VERSION="1.26.0" make e2e

0 commit comments

Comments
 (0)