Skip to content

Commit

Permalink
chore: configure .goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Nov 17, 2019
1 parent 1123e4a commit a7f8d91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ builds:
-
goos: [linux, darwin, windows]
goarch: [386, amd64, arm, arm64]
main: ./cmd/depviz/main.go
binary: depviz
hooks:
post: go mod tidy
archives:
- wrap_in_directory: true
checksum:
Expand Down

0 comments on commit a7f8d91

Please sign in to comment.