Skip to content

Commit

Permalink
Add $GOPROXY to Golang example (#259)
Browse files Browse the repository at this point in the history
Should speed up downloads. See golang/go#29935 (comment) for details
  • Loading branch information
fkorotkov authored Apr 22, 2019
1 parent 9eeeb70 commit 7a07c77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ an example of how `.cirrus.yml` can look like for a project using Go Modules:
container:
image: golang:latest
env:
GOPROXY: https://gocenter.io
test_task:
modules_cache:
fingerprint_script: cat go.sum
Expand Down

0 comments on commit 7a07c77

Please sign in to comment.