Skip to content

Commit b914e55

Browse files
committed
Retries failed go get requests.
Temporary solution until golang/go#28194 is fixed in order to retry failed fetch requests.
1 parent f807b6a commit b914e55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/goutil

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ set -x
66
cd $1
77
shift
88

9+
# Temporary solution until https://github.com/golang/go/issues/28194 is fixed
10+
# in order to retry failed fetch requests.
11+
export GOPROXY="proxy.golang.org|proxy.golang.org|direct"
12+
913
# Override these variables to make go not depend on HOME
1014
mkdir -p /tmp/go
1115
export GOPATH=/tmp/go

0 commit comments

Comments
 (0)