From 4db97b6a3690f8a5d27445cb3b5b717675a68734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Tue, 7 Jul 2026 00:39:16 +0800 Subject: [PATCH] test: build #4034 repro plugin in CI (VERSION -alpha) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CI build-wasm-plugins.sh only compiles wasm-go plugins whose VERSION ends in -alpha; VERSION was "1" so the plugin was skipped and the file:// wasm was absent in CI, making the wasm filter fail closed (HTTP 500 on every request). Bump VERSION to 1.0.0-alpha so CI builds the plugin. Signed-off-by: 澄潭 --- plugins/wasm-go/extensions/test-redis-inject-spin/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/wasm-go/extensions/test-redis-inject-spin/VERSION b/plugins/wasm-go/extensions/test-redis-inject-spin/VERSION index d00491fd7..be0aef560 100644 --- a/plugins/wasm-go/extensions/test-redis-inject-spin/VERSION +++ b/plugins/wasm-go/extensions/test-redis-inject-spin/VERSION @@ -1 +1 @@ -1 +1.0.0-alpha \ No newline at end of file