Skip to content

Commit 8cea1a3

Browse files
committed
Refine circleci
1 parent d3c1201 commit 8cea1a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
steps:
88
- checkout
99
- restore_cache:
10-
key: go-pkg
10+
key: go-pkg-{{ checksum "go.sum" }}
1111
- run: ./build-release.sh
1212
- save_cache:
1313
paths:
1414
- /go/pkg
15-
key: go-pkg
15+
key: go-pkg-{{ checksum "go.sum" }}
1616
- store_artifacts:
1717
path: bin
1818
destination: bin

0 commit comments

Comments
 (0)