Commit 16444388 authored by Hüseyin Güner's avatar Hüseyin Güner

change comment line text and remove cache key

parent f38aacdb
......@@ -333,7 +333,7 @@ rspec:
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 `vendor/` and
all jobs inherit it. Go modules are installed in `${GOPATH}/pkg/mod/` and
are cached per-branch:
```yaml
......@@ -345,7 +345,6 @@ image: golang:1.13
before_script:
- mkdir -p .go
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- .go/pkg/mod/
......
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