Skip to content

Commit 5951594

Browse files
committed
fix comments
Signed-off-by: YaoZengzeng <yaozengzeng@huawei.com>
1 parent 4585ee5 commit 5951594

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/e2e-ipv6-istio-1.26.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.26.0" make e2e-ipv6
26+
sudo ISTIO_VERSION="1.26.4" make e2e-ipv6

.github/workflows/e2e-istio-1.24.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '**.png'
88
jobs:
99
e2e-test:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
strategy:
1212
matrix:
1313
go-version: [ '1.23' ]

.github/workflows/e2e-istio-1.25.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '**.png'
88
jobs:
99
e2e-test:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
strategy:
1212
matrix:
1313
go-version: [ '1.23' ]

.github/workflows/e2e-istio-1.26.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '**.png'
88
jobs:
99
e2e-test:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
strategy:
1212
matrix:
1313
go-version: [ '1.23' ]
@@ -23,4 +23,4 @@ jobs:
2323
- name: E2E Test
2424
shell: bash
2525
run: |
26-
sudo ISTIO_VERSION="1.26.0" make e2e
26+
sudo ISTIO_VERSION="1.26.4" make e2e

0 commit comments

Comments
 (0)