Skip to content

Commit

Permalink
Use Go modules to build releases
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed May 18, 2019
1 parent b5ce980 commit c66102d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
env:
- GO111MODULE=on
before:
hooks:
- go mod download
builds:
-
binary: beehive
Expand Down

0 comments on commit c66102d

Please sign in to comment.