core/.gorelearser.yml
Dawid Wysokiński c735850306
All checks were successful
ci/woodpecker/push/govulncheck Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/cron/govulncheck Pipeline was successful
chore: release prep
2024-03-31 10:23:10 +02:00

27 lines
606 B
YAML

# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
before:
hooks: []
builds:
- env:
- CGO_ENABLED=0
mod_timestamp: "{{ .CommitTimestamp }}"
flags:
- -trimpath
ldflags:
- -X main.version={{.Version}}
goos:
- linux
goarch:
- amd64
- arm64
binary: "{{ .ProjectName }}_v{{ .Version }}"
archives:
- format: binary
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
algorithm: sha256
changelog:
skip: false