Skip to content

Commit

Permalink
modify: goreleaser yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
久保田 賢二朗 committed Mar 26, 2019
1 parent a134dbe commit 48ee1d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
env:
- GO111MODULE=on
before:
hooks:
- go mod download
- go generate ./...
builds:
- main: main.go
binary: etcdir
Expand All @@ -13,6 +14,6 @@ builds:
- amd64
- 386
checksum:
name_template: 'checksums.txt'
name_template: '{{ .ProjectName }}_checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"

0 comments on commit 48ee1d2

Please sign in to comment.