.goreleaser.yml 300 B

1234567891011121314151617181920
  1. project_name: gotestsum
  2. release:
  3. github:
  4. owner: gotestyourself
  5. name: gotestsum
  6. builds:
  7. - binary: gotestsum
  8. goos:
  9. - darwin
  10. - windows
  11. - linux
  12. goarch: [amd64]
  13. env: [CGO_ENABLED=0]
  14. checksum:
  15. name_template: '{{ .ProjectName }}-{{ .Version }}-checksums.txt'