go-pingbot/.goreleaser.yml

23 lines
255 B
YAML
Raw Normal View History

2021-07-14 11:23:30 +00:00
project_name: pingbot
2021-07-14 09:52:50 +00:00
before:
hooks:
- go mod tidy
builds:
- goos:
- linux
goarch:
- amd64
2021-07-14 11:23:30 +00:00
binary: '{{ .ProjectName }}.out'
2021-07-14 09:52:50 +00:00
archives:
- format: tar.gz
files:
- none*
checksum:
name_template: 'checksums.txt'