diff --git a/docs/examples.md b/docs/examples.md index d58bd824..5f6a08bc 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -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