Skip to content

Commit

Permalink
Merge pull request #16 from coticom/main
Browse files Browse the repository at this point in the history
udpate
  • Loading branch information
coticom authored Mar 28, 2023
2 parents ee07a67 + 538efdc commit ff1e6a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ff1e6a3

Please sign in to comment.