Adapt goreleaser config for gorelease v2.0.0
cacert-boardvoting/pipeline/head This commit looks good Details

main 0.8.3
Jan Dittberner 3 weeks ago
parent a8f16192a8
commit 39393eb612

@ -1,6 +1,7 @@
# This is an example .goreleaser.yml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
project_name: cacert-boardvoting
version: 2
before:
hooks:
- go mod tidy
@ -17,11 +18,6 @@ builds:
- -trimpath
- -v
main: ./cmd/boardvoting
archives:
- replacements:
linux: Linux
amd64: x86_64
format: binary
checksum:
name_template: 'checksums.txt'
snapshot:

Loading…
Cancel
Save