Skip to content

Commit

Permalink
feat: Upgrade Wasm go plugin builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO committed Sep 3, 2024
1 parent 7b2b522 commit 3dd43d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/wasm-go/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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
ORAS_VERSION ?= 1.0.0
GO_VERSION ?= 1.21.13
TINYGO_VERSION ?= 0.29.0
ORAS_VERSION ?= 1.2.0
HIGRESS_VERSION ?= 1.0.0-rc
USE_HIGRESS_TINYGO ?= false
BUILDER ?= ${BUILDER_REGISTRY}wasm-go-builder:go${GO_VERSION}-tinygo${TINYGO_VERSION}-oras${ORAS_VERSION}
Expand Down

0 comments on commit 3dd43d2

Please sign in to comment.