feat: Use new goproxy in makefile (#805)

This commit is contained in:
llahu
2024-01-29 10:03:05 +08:00
committed by GitHub
parent ccea33655f
commit e67ed481cf

View File

@@ -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