s3manager-web/.goreleaser.yml
2021-04-21 11:02:51 +02:00

13 lines
172 B
YAML

before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
checksum:
name_template: "checksums.txt"