mirror of
https://github.com/alibaba/higress.git
synced 2026-07-28 23:30:29 +08:00
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>