7
7
path : ~/src
8
8
- restore_cache :
9
9
keys :
10
- - rs-generate-v12 -{{ checksum "go.sum" }}-{{checksum "go.mod"}}
10
+ - rs-generate-v13 -{{ checksum "go.sum" }}-{{checksum "go.mod"}}
11
11
- install-asdf
12
12
- run :
13
13
name : " Install asdf plugins"
31
31
find . -name '*.gen.go' |xargs rm
32
32
- run : make generate
33
33
- save_cache :
34
- key : rs-generate-v12 -{{ checksum "go.sum" }}-{{checksum "go.mod"}}
34
+ key : rs-generate-v13 -{{ checksum "go.sum" }}-{{checksum "go.mod"}}
35
35
paths :
36
36
- " ~/go/pkg/mod"
37
37
- " ~/.cache/go-build"
@@ -49,10 +49,10 @@ jobs:
49
49
path : ~/src
50
50
- restore_cache :
51
51
keys :
52
- - go-mod-v3 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
52
+ - go-mod-v4 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
53
53
- run : go get -d ./...
54
54
- save_cache :
55
- key : go-mod-v3 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
55
+ key : go-mod-v4 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
56
56
paths :
57
57
- ~/go/pkg/
58
58
- restore_cache :
93
93
version=$(echo ${CIRCLE_TAG} | sed -e s#^rolling-shutter/##)
94
94
echo >>${BASH_ENV} export VERSION="${version}"
95
95
echo >>${BASH_ENV} export BIN=/tmp/release-bin
96
- - restore_cache :
97
- keys :
98
- - rs-build-go-integration-v3-{{ checksum "go.sum" }}
99
96
- run : ./build-release
100
97
-
run :
go install github.com/tcnksm/[email protected]
101
98
- run :
@@ -111,10 +108,10 @@ jobs:
111
108
path : ~/src
112
109
- restore_cache :
113
110
keys :
114
- - go-mod-v3 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
111
+ - go-mod-v4 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
115
112
- restore_cache :
116
113
keys :
117
- - rs-lint-v5 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
114
+ - rs-lint-v6 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
118
115
- install-asdf
119
116
- run :
120
117
name : " Install golangci-lint"
@@ -124,7 +121,7 @@ jobs:
124
121
- run : |
125
122
make lint-changes
126
123
- save_cache :
127
- key : rs-lint-v5 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
124
+ key : rs-lint-v6 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
128
125
paths :
129
126
- " ~/.cache/go-build"
130
127
- " ~/.cache/golangci-lint"
0 commit comments