From aefa3b94c45c4938a9ea8c7b939bb7490cf0f283 Mon Sep 17 00:00:00 2001 From: Kent Dong Date: Tue, 3 Sep 2024 19:47:39 +0800 Subject: [PATCH] feat: Upgrade Wasm go plugin builder image (#1273) --- plugins/wasm-go/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/wasm-go/Makefile b/plugins/wasm-go/Makefile index 6200cbb97..45e10abe6 100644 --- a/plugins/wasm-go/Makefile +++ b/plugins/wasm-go/Makefile @@ -1,8 +1,8 @@ PLUGIN_NAME ?= hello-world BUILDER_REGISTRY ?= higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/ REGISTRY ?= higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/ -GO_VERSION ?= 1.19 -TINYGO_VERSION ?= 0.28.1 +GO_VERSION ?= 1.20.14 +TINYGO_VERSION ?= 0.29.0 ORAS_VERSION ?= 1.0.0 HIGRESS_VERSION ?= 1.0.0-rc USE_HIGRESS_TINYGO ?= false