1
0
mirror of https://github.com/securego/gosec.git synced 2025-01-05 22:53:29 +02:00
gosec/.goreleaser.yml
2018-07-27 14:42:00 +02:00

18 lines
309 B
YAML

builds:
- main : ./cmd/gosec/
binary: gosec
goos:
- darwin
- linux
- windows
goarch:
- amd64
ldflags: -X main.Version={{.Version}} -X main.GitTag={{.Tag}} -X main.BuildDate={{.Date}}
env:
- CGO_ENABLED=0
archive:
files:
- README.md
- LICENSE.txt