xgo/.goreleaser.yml

21 lines
279 B
YAML
Raw Normal View History

env:
- GO111MODULE=on
before:
hooks:
- go mod tidy
2019-01-30 11:52:55 +03:00
builds:
- env:
- CGO_ENABLED=0
main: ./cmd/tengo/main.go
goos:
- darwin
- linux
- windows
2019-01-30 12:31:41 +03:00
archive:
files:
- none*
2019-01-30 11:52:55 +03:00
checksum:
name_template: 'checksums.txt'
changelog:
sort: asc