Skip to content

Commit eb77c2d

Browse files
committed
images/go-runner: Set GOPROXY to 'direct'
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 8177b31 commit eb77c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/build/go-runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FROM golang:${GO_VERSION} as builder
1919
WORKDIR /workspace
2020

2121
# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy
22-
ARG goproxy=https://proxy.golang.org,direct
22+
ARG goproxy=direct
2323
# Run this with docker build --build_arg package=./controlplane/kubeadm or --build_arg package=./bootstrap/kubeadm
2424
ENV GOPROXY=$goproxy
2525

0 commit comments

Comments
 (0)