Skip to content

Commit

Permalink
feat: Use new goproxy in makefile (alibaba#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
llahu authored Jan 29, 2024
1 parent ccea336 commit e67ed48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.core.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e67ed48

Please sign in to comment.