We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c7b4f commit 4585ee5Copy full SHA for 4585ee5
.github/workflows/e2e-ipv6-istio-1.23.yml renamed to .github/workflows/e2e-ipv6-istio-1.26.yml
@@ -1,4 +1,4 @@
1
-name: E2E IPv6 Test(istio 1.23)
+name: E2E IPv6 Test(istio 1.26)
2
on:
3
pull_request:
4
paths-ignore:
@@ -23,4 +23,4 @@ jobs:
23
- name: E2E IPv6 Test
24
shell: bash
25
run: |
26
- sudo ISTIO_VERSION="1.23.0" make e2e-ipv6
+ 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
-name: E2E Test(istio 1.23)
+name: E2E Test(istio 1.26)
- name: E2E Test
- sudo ISTIO_VERSION="1.23.0" make e2e
+ sudo ISTIO_VERSION="1.26.0" make e2e
0 commit comments