From 802e1b64355b0310d418ef1f1052ba1ee76f1d40 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 15 Aug 2020 19:28:04 +0200 Subject: [PATCH] Update GOPROXY setting --- .goreleaser.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 78e2a4a9..f1e7afa4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,6 +1,6 @@ env: - GO111MODULE=on - - GOPROXY=https://goproxy.io + - GOPROXY=https://goproxy.io,direct before: hooks: diff --git a/Dockerfile b/Dockerfile index 0b1be3b9..b4eb9df2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG VERSION=dev ENV CGO_ENABLED 0 ENV GO111MODULE on -ENV GOPROXY https://goproxy.io +ENV GOPROXY https://goproxy.io,direct COPY --from=xgo / / RUN apk --update --no-cache add \