mirror of
https://github.com/alibaba/higress.git
synced 2026-03-19 01:37:28 +08:00
feat: Use new goproxy in makefile (#805)
This commit is contained in:
@@ -15,7 +15,7 @@ GO_LDFLAGS += -X $(VERSION_PACKAGE).higressVersion=$(shell cat VERSION) \
|
|||||||
|
|
||||||
GO ?= go
|
GO ?= go
|
||||||
|
|
||||||
export GOPROXY ?= https://proxy.golang.com.cn,direct
|
export GOPROXY ?= https://proxy.golang.org,direct
|
||||||
|
|
||||||
TARGET_ARCH ?= amd64
|
TARGET_ARCH ?= amd64
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user