Skip to content

Commit 7a07c77

Browse files
authored
Add $GOPROXY to Golang example (#259)
Should speed up downloads. See golang/go#29935 (comment) for details
1 parent 9eeeb70 commit 7a07c77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/examples.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ an example of how `.cirrus.yml` can look like for a project using Go Modules:
127127
container:
128128
image: golang:latest
129129
130+
env:
131+
GOPROXY: https://gocenter.io
132+
130133
test_task:
131134
modules_cache:
132135
fingerprint_script: cat go.sum

0 commit comments

Comments
 (0)