go-pingbot/.goreleaser.yml

23 lines
259 B
YAML

before:
hooks:
- go mod tidy
builds:
- goos:
- linux
goarch:
- amd64
archives:
- format: tar.gz
format_overrides:
- goos: windows
format: zip
files:
- none*
checksum:
name_template: 'checksums.txt'