matterbridge/vendor/github.com/d5/tengo/v2/.goreleaser.yml

21 lines
279 B
YAML
Raw Normal View History

env:
- GO111MODULE=on
before:
hooks:
- go mod tidy
2019-03-05 14:08:54 -08:00
builds:
- env:
- CGO_ENABLED=0
main: ./cmd/tengo/main.go
goos:
- darwin
- linux
- windows
archive:
files:
- none*
checksum:
name_template: 'checksums.txt'
changelog:
sort: asc