test: build #4034 repro plugin in CI (VERSION -alpha)

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: 澄潭 <zty98751@alibaba-inc.com>
This commit is contained in:
澄潭
2026-07-07 00:39:16 +08:00
parent bf30043807
commit 4db97b6a36

View File

@@ -1 +1 @@
1
1.0.0-alpha