Skip to content

Commit 927b2e5

Browse files
authored
Merge pull request #1513 from YaoZengzeng/istio-126
adapt to istio 1.26
2 parents 71c7b4f + 5951594 commit 927b2e5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.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.23.yml renamed to .github/workflows/e2e-istio-1.26.yml

Lines changed: 3 additions & 3 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:
@@ -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.23.0" make e2e
26+
sudo ISTIO_VERSION="1.26.4" make e2e

0 commit comments

Comments
 (0)