File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ set -o nounset
1919set -o pipefail
2020
2121EMBED=" ../../hack/tools/bin/mdbook-embed"
22- make ${EMBED} & > /dev/null
22+ make ${EMBED} GOPROXY= " ${GOPROXY :- " https://proxy.golang.org " } " & > /dev/null
2323${EMBED} " $@ "
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ set -o nounset
1919set -o pipefail
2020
2121RELEASELINK=" ../../hack/tools/bin/mdbook-releaselink"
22- make ${RELEASELINK} & > /dev/null
22+ make ${RELEASELINK} GOPROXY= " ${GOPROXY :- " https://proxy.golang.org " } " & > /dev/null
2323${RELEASELINK} " $@ "
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ set -o nounset
1919set -o pipefail
2020
2121TABULATE=" ../../hack/tools/bin/mdbook-tabulate"
22- make ${TABULATE} & > /dev/null
22+ make ${TABULATE} GOPROXY= " ${GOPROXY :- " https://proxy.golang.org " } " & > /dev/null
2323${TABULATE} " $@ "
You can’t perform that action at this time.
0 commit comments