You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by zh...@apache.org on 2021/09/27 08:14:49 UTC

[dubbo-go-samples] branch 1.5 updated: rm:go proxy

This is an automated email from the ASF dual-hosted git repository.

zhaoyunxing pushed a commit to branch 1.5
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


The following commit(s) were added to refs/heads/1.5 by this push:
     new f32fd40  rm:go proxy
     new 6985119  Merge pull request #264 from zhaoyunxing92/rmproxy
f32fd40 is described below

commit f32fd404076b1d80f1c50046af31e85612ead614
Author: zhaoyunxing <zh...@apache.org>
AuthorDate: Mon Sep 27 16:13:03 2021 +0800

    rm:go proxy
---
 build/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/Makefile b/build/Makefile
index 364ba5c..7c4dd1a 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -22,7 +22,7 @@ BASE_DIR := $(PROJECT_DIR)/dist
 SOURCES = $(wildcard $(PROJECT_DIR)/cmd/*.go)
 
 export GO111MODULE ?= on
-export GOPROXY ?= https://goproxy.io,direct
+#export GOPROXY ?= https://goproxy.io,direct
 export GOSUMDB ?= sum.golang.org
 export GOARCH ?= amd64