Skip to content

Commit

Permalink
Fix: Add missing build tool
Browse files Browse the repository at this point in the history
  • Loading branch information
rugwirobaker committed Oct 7, 2020
1 parent 2f6263f commit c1818c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ before:
hooks:
# You may remove this if you don't use go modules.
- go mod download
- GO111MODULE=on go get github.com/golang/mock/mockgen@v1.4.4
- go generate ./...
builds:
- env:
Expand Down

0 comments on commit c1818c2

Please sign in to comment.