Files
goreleaser-action/test/.goreleaser.yml
T
Carlos Alexandro Becker 0262998728 test: fixes
2025-02-10 23:45:14 -03:00

22 lines
249 B
YAML

env:
- GO111MODULE=on
before:
hooks:
- go mod download
builds:
-
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
goarch:
- "386"
- "amd64"
checksum:
name_template: 'checksums.txt'