diff --git a/plugin/skywalking/test/binding-event/e2e.yaml b/plugin/skywalking/test/binding-event/e2e.yaml index 508e1eb..c582a74 100644 --- a/plugin/skywalking/test/binding-event/e2e.yaml +++ b/plugin/skywalking/test/binding-event/e2e.yaml @@ -5,7 +5,7 @@ setup: - name: install dapr command: | dapr -v || (wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash) - dapr init -k --runtime-version 1.8.1 --log-as-json --wait --timeout 600 + dapr init -k --runtime-version 1.8.3 --log-as-json --wait --timeout 600 wait: - namespace: dapr-system resource: pod diff --git a/plugin/skywalking/test/topic-event/e2e.yaml b/plugin/skywalking/test/topic-event/e2e.yaml index 8efbf84..54404d0 100644 --- a/plugin/skywalking/test/topic-event/e2e.yaml +++ b/plugin/skywalking/test/topic-event/e2e.yaml @@ -5,7 +5,7 @@ setup: - name: install dapr command: | dapr -v || (wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash) - dapr init -k --runtime-version 1.8.1 --log-as-json --wait --timeout 600 + dapr init -k --runtime-version 1.8.3 --log-as-json --wait --timeout 600 wait: - namespace: dapr-system resource: pod diff --git a/test/bindings/e2e.yaml b/test/bindings/e2e.yaml index 4b60f69..b316247 100644 --- a/test/bindings/e2e.yaml +++ b/test/bindings/e2e.yaml @@ -5,7 +5,7 @@ setup: - name: install dapr command: | dapr -v || (wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash) - dapr init -k --runtime-version 1.8.1 --log-as-json --wait --timeout 600 + dapr init -k --runtime-version 1.8.3 --log-as-json --wait --timeout 600 wait: - namespace: dapr-system resource: pod diff --git a/test/pubsub/e2e.yaml b/test/pubsub/e2e.yaml index 80e6816..5854f4e 100644 --- a/test/pubsub/e2e.yaml +++ b/test/pubsub/e2e.yaml @@ -5,7 +5,7 @@ setup: - name: install dapr command: | dapr -v || (wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash) - dapr init -k --runtime-version 1.8.1 --log-as-json --wait --timeout 600 + dapr init -k --runtime-version 1.8.3 --log-as-json --wait --timeout 600 wait: - namespace: dapr-system resource: pod