Skip to content

Commit

Permalink
update circleci v17
Browse files Browse the repository at this point in the history
  • Loading branch information
cxjava committed Oct 25, 2019
1 parent c0be0a7 commit 882f516
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
export BUILT_BY="$(whoami)@$(hostname)"
goreleaser release --skip-validate --skip-sign --debug
- run: cat go.sum
- run: go mod tidy
- run: cat go.sum
- save_cache:
key: go-mod-v4-{{ checksum "go.sum" }}
Expand Down

0 comments on commit 882f516

Please sign in to comment.