Skip to content

Commit

Permalink
circleci: Do go mod download before build
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Oct 3, 2018
1 parent 978e248 commit 9f84015
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
- checkout
- run:
command: |
goreleaser --parallelism=1
go mod download
goreleaser
workflows:
version: 2
release:
Expand Down

0 comments on commit 9f84015

Please sign in to comment.