Skip to content

Commit

Permalink
Update goreleaser go download modules before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
gkze committed Jan 6, 2019
1 parent 5d14f8e commit 28e7333
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
/Godeps/

stars
dist/
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
before:
hooks:
- go mod download
archive:
replacements:
386: i386
Expand Down

0 comments on commit 28e7333

Please sign in to comment.