Commit 387ab745 authored by Hüseyin Güner's avatar Hüseyin Güner

Apply suggestion to doc/ci/caching/index.md

parent 46248939
...@@ -332,9 +332,9 @@ rspec: ...@@ -332,9 +332,9 @@ rspec:
### Caching Go dependencies ### Caching Go dependencies
Assuming your project is using [Go Modules](https://github.com/golang/go/wiki/Modules) to install Assuming your project is using [Go Modules](https://github.com/golang/go/wiki/Modules) to install
the Go dependencies, the following example defines `cache` globally so that Go dependencies, the following example defines `cache` in a `go-cache` template, that
all jobs inherit it. Go modules are installed in `${GOPATH}/pkg/mod/` and any job can extend. Go modules are installed in `${GOPATH}/pkg/mod/` and
are cached for all of all the `go` projects: are cached for all of the `go` projects:
```yaml ```yaml
.go-cache: .go-cache:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment