upgrade wasm-go sdk of some wasm plugins (#2615)

This commit is contained in:
澄潭
2025-07-17 21:03:42 +08:00
committed by GitHub
parent c0133378a7
commit 30d5b4d32e
33 changed files with 59 additions and 43 deletions

View File

@@ -5,9 +5,6 @@ FROM $BUILDER AS builder
ARG GOPROXY
ENV GOPROXY=${GOPROXY}
ARG EXTRA_TAGS=""
ENV EXTRA_TAGS=${EXTRA_TAGS}
ARG PLUGIN_NAME=hello-world
WORKDIR /workspace