mirror of
https://github.com/alibaba/higress.git
synced 2026-02-24 04:30:51 +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
|
||||
|
||||
export GOPROXY ?= https://proxy.golang.com.cn,direct
|
||||
export GOPROXY ?= https://proxy.golang.org,direct
|
||||
|
||||
TARGET_ARCH ?= amd64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user