| 1234567891011121314151617181920 |
- project_name: gotestsum
- release:
- github:
- owner: gotestyourself
- name: gotestsum
- builds:
- - binary: gotestsum
- goos:
- - darwin
- - windows
- - linux
- goarch: [amd64]
- env: [CGO_ENABLED=0]
- checksum:
- name_template: '{{ .ProjectName }}-{{ .Version }}-checksums.txt'
|