diff --git a/Dockerfile b/Dockerfile index cfeeb23..6f56270 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.16.15-alpine3.15 as builder # Set up dependencies ENV PACKAGES make git libc-dev bash gcc ENV GO111MODULE on -ARG GOPROXY=http://192.168.0.60:8081/repository/go-bianjie/,http://nexus.bianjie.ai/repository/golang-group,https://goproxy.cn,direct +ARG GOPROXY=https://goproxy.cn,direct COPY . $GOPATH/src WORKDIR $GOPATH/src diff --git a/Makefile b/Makefile index 1d8c196..2af5868 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,6 @@ BINARY_UNIX=$(BINARY_NAME)-unix export GO111MODULE = on export GOSUMDB=off export GIT_TERMINAL_PROMPT=1 -export GOPROXY= all: get_vendor build