1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/.goreleaser.yml
2019-05-10 08:47:31 -07:00

21 lines
249 B
YAML

before:
hooks:
- make install
builds:
- binary: wtf
goos:
- darwin
- linux
- windows
goarch:
- 386
- amd64
env:
- GO111MODULE=on
- GOPROXY="https://gocenter.io"
archive:
wrap_in_directory: true