From c4d60ec02de8966f98395a198115297ca0b1567b Mon Sep 17 00:00:00 2001 From: KXH Date: Sun, 26 Jul 2026 22:10:37 +0800 Subject: [PATCH] fix(itk): exclude Go v0.3 from HTTP JSON scenarios This fixes #979 --- itk/scenarios_full.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/itk/scenarios_full.json b/itk/scenarios_full.json index 96960f3e6..40ebd935d 100644 --- a/itk/scenarios_full.json +++ b/itk/scenarios_full.json @@ -70,16 +70,16 @@ }, { "name": "Nightly - HTTP_JSON - Send Message", - "sdks": ["current", "java_v10", "python_v10", "go_v10", "go_v03"], - "edges": ["0->1", "0->2", "0->3", "0->4", "1->0", "2->0", "3->0", "4->0"], + "sdks": ["current", "java_v10", "python_v10", "go_v10"], + "edges": ["0->1", "0->2", "0->3", "1->0", "2->0", "3->0"], "protocols": ["http_json"], "behavior": "send_message", "build_subtests": true }, { "name": "Nightly - HTTP_JSON - Send Message (Streaming)", - "sdks": ["current", "java_v10", "python_v10", "go_v10", "go_v03"], - "edges": ["0->1", "0->2", "0->3", "0->4", "1->0", "2->0", "3->0", "4->0"], + "sdks": ["current", "java_v10", "python_v10", "go_v10"], + "edges": ["0->1", "0->2", "0->3", "1->0", "2->0", "3->0"], "protocols": ["http_json"], "streaming": true, "behavior": "send_message", @@ -87,16 +87,16 @@ }, { "name": "Nightly - HTTP_JSON - Push Notification", - "sdks": ["current", "java_v10", "python_v10", "go_v10", "go_v03"], - "edges": ["0->1", "0->2", "0->3", "0->4", "1->0", "2->0", "3->0", "4->0"], + "sdks": ["current", "java_v10", "python_v10", "go_v10"], + "edges": ["0->1", "0->2", "0->3", "1->0", "2->0", "3->0"], "protocols": ["http_json"], "behavior": "push_notification", "build_subtests": true }, { "name": "Nightly - HTTP_JSON - Resubscribe", - "sdks": ["current", "java_v10", "python_v10", "go_v10", "go_v03"], - "edges": ["0->1", "0->2", "0->3", "0->4", "1->0", "2->0", "3->0", "4->0"], + "sdks": ["current", "java_v10", "python_v10", "go_v10"], + "edges": ["0->1", "0->2", "0->3", "1->0", "2->0", "3->0"], "protocols": ["http_json"], "streaming": true, "behavior": "resubscribe",