This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch istio1.9
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/istio1.9 by this push:
new 3a4072f Update e2e.istio.yaml
3a4072f is described below
commit 3a4072f9c3dbd789d242db053fe558fcb5e4754a
Author: Zhenxu Ke <[email protected]>
AuthorDate: Tue Mar 2 16:36:03 2021 +0800
Update e2e.istio.yaml
---
.github/workflows/e2e.istio.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/e2e.istio.yaml b/.github/workflows/e2e.istio.yaml
index d89fb44..bd12eb4 100644
--- a/.github/workflows/e2e.istio.yaml
+++ b/.github/workflows/e2e.istio.yaml
@@ -157,7 +157,7 @@ jobs:
strategy:
fail-fast: true
matrix:
- istio_version: [1.7.1, 1.8.2, 1.9.0]
+ istio_version: [1.7.1, 1.8.2, 1.9.1]
env:
ISTIO_VERSION: ${{ matrix.istio_version }}
steps: