diff --git a/plugins/wasm-go/Makefile b/plugins/wasm-go/Makefile index caace39fdd..6200cbb97e 100644 --- a/plugins/wasm-go/Makefile +++ b/plugins/wasm-go/Makefile @@ -5,7 +5,7 @@ GO_VERSION ?= 1.19 TINYGO_VERSION ?= 0.28.1 ORAS_VERSION ?= 1.0.0 HIGRESS_VERSION ?= 1.0.0-rc -USE_HIGRESS_TINYGO ?= true +USE_HIGRESS_TINYGO ?= false BUILDER ?= ${BUILDER_REGISTRY}wasm-go-builder:go${GO_VERSION}-tinygo${TINYGO_VERSION}-oras${ORAS_VERSION} BUILD_TIME := $(shell date "+%Y%m%d-%H%M%S") COMMIT_ID := $(shell git rev-parse --short HEAD 2>/dev/null)