From 387ab745159dfccda71a9019fed5f2aa9862d79f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20G=C3=BCner?= <guner@ucken.net> Date: Mon, 6 Apr 2020 15:31:01 +0000 Subject: [PATCH] Apply suggestion to doc/ci/caching/index.md --- doc/ci/caching/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ci/caching/index.md b/doc/ci/caching/index.md index 24eeb4cbf33c6..2f2660f57e762 100644 --- a/doc/ci/caching/index.md +++ b/doc/ci/caching/index.md @@ -332,9 +332,9 @@ rspec: ### Caching Go dependencies 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 -all jobs inherit it. Go modules are installed in `${GOPATH}/pkg/mod/` and -are cached for all of all the `go` projects: +Go dependencies, the following example defines `cache` in a `go-cache` template, that +any job can extend. Go modules are installed in `${GOPATH}/pkg/mod/` and +are cached for all of the `go` projects: ```yaml .go-cache: -- GitLab