Skip to content
代码片段 群组 项目
提交 387ab745 编辑于 作者: Hüseyin Güner's avatar Hüseyin Güner
浏览文件

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

上级 46248939
No related branches found
No related tags found
无相关合并请求
...@@ -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:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册