1
0
mirror of https://github.com/securego/gosec.git synced 2025-02-09 13:14:05 +02:00
gosec/.goreleaser.yml

26 lines
390 B
YAML
Raw Normal View History

2018-10-05 15:26:13 +05:30
---
project_name: gosec
release:
github:
owner: securego
name: gosec
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