fix: Use tinygo 0.25.0 (#309)

This commit is contained in:
Kent Dong
2023-05-08 19:28:23 +08:00
committed by GitHub
parent 1f4bf8e0b2
commit 4f24979579
3 changed files with 62 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
ARG BUILDER=higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/wasm-go-builder:go1.19-tinygo0.27.0-oras1.0.0
ARG BUILDER=higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/wasm-go-builder:go1.19-tinygo0.25.0-oras1.0.0
FROM $BUILDER as builder