From e67ed481cfde66becbf22c418b4ea151bfecd2aa Mon Sep 17 00:00:00 2001 From: llahu <898473725@qq.com> Date: Mon, 29 Jan 2024 10:03:05 +0800 Subject: [PATCH] feat: Use new goproxy in makefile (#805) --- Makefile.core.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.core.mk b/Makefile.core.mk index fbbefdaab..ad7d1ade4 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -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