Skip to content

Commit

Permalink
Remove GOPROXY from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pomyslowynick committed Dec 24, 2024
1 parent b807e6b commit 9c18a61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ FROM golang:$GO_BASE_VERSION as builder
ARG TARGETOS
ARG TARGETARCH

# TODO remove this line once the repo is public
ENV GOPROXY "https://goproxy.build.ue1.snooguts.net"
ENV GOPRIVATE ""
ENV GONOSUMDB "github.com/*"
RUN git config --global url.git@github.com:.insteadof https://github.com/
Expand Down

0 comments on commit 9c18a61

Please sign in to comment.