File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
path : ~/src
8
8
- restore_cache :
9
9
keys :
10
- - rs-generate-v18 -{{ checksum "go.sum" }}-{{checksum "go.mod"}}
10
+ - rs-generate-v19 -{{ checksum "go.sum" }}-{{checksum "go.mod"}}
11
11
- install-asdf
12
12
- run :
13
13
name : " Install asdf plugins"
33
33
find ./docs -name '*.md' -delete
34
34
- run : make generate
35
35
- save_cache :
36
- key : rs-generate-v18 -{{ checksum "go.sum" }}-{{checksum "go.mod"}}
36
+ key : rs-generate-v19 -{{ checksum "go.sum" }}-{{checksum "go.mod"}}
37
37
paths :
38
38
- " ~/go/pkg/mod"
39
39
- " ~/.cache/go-build"
@@ -51,10 +51,10 @@ jobs:
51
51
path : ~/src
52
52
- restore_cache :
53
53
keys :
54
- - go-mod-v7 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
54
+ - go-mod-v8 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
55
55
- run : go get -d ./...
56
56
- save_cache :
57
- key : go-mod-v7 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
57
+ key : go-mod-v8 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
58
58
paths :
59
59
- ~/go/pkg/
60
60
- restore_cache :
90
90
- store_test_results :
91
91
path : report
92
92
- save_cache :
93
- key : rs-build-<< parameters.go-version >>-v4 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
93
+ key : rs-build-<< parameters.go-version >>-v5 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
94
94
paths :
95
95
- " ~/.cache/go-build"
96
96
@@ -200,7 +200,7 @@ jobs:
200
200
- run : |
201
201
make lint-changes
202
202
- save_cache :
203
- key : rs-lint-v13 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
203
+ key : rs-lint-v14 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
204
204
paths :
205
205
- " ~/.cache/go-build"
206
206
- " ~/.cache/golangci-lint"
You can’t perform that action at this time.
0 commit comments