Commit b27e12e9 authored by Boxiang Sun's avatar Boxiang Sun

component/replication-manager: Enable GOPROXY

parent a8ff79f4
......@@ -17,6 +17,7 @@ command = set -e
. ${gowork:env.sh}
cd ${git.signal18.io_signal18_repman:location}
export GO111MODULE=on
export GOPROXY=https://goproxy.cn,direct
export FULLVERSION=$(git describe --tags)
go build ${gowork:buildflags} -o ${gowork:bin}/replication-manager
chmod -R u+w .
......@@ -30,4 +31,4 @@ go.importpath = github.com/signal18/replication-manager
repository = https://github.com/signal18/replication-manager
#branch = 2.1
branch = develop
revision = ecd7fa29cb517b292e70ca557757882cd748016e
\ No newline at end of file
revision = ecd7fa29cb517b292e70ca557757882cd748016e
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment