Adapt goreleaser config for gorelease v2.0.0
All checks were successful
cacert-boardvoting/pipeline/head This commit looks good
All checks were successful
cacert-boardvoting/pipeline/head This commit looks good
This commit is contained in:
parent
a8f16192a8
commit
39393eb612
1 changed files with 1 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
||||||
# This is an example .goreleaser.yml file with some sane defaults.
|
# This is an example .goreleaser.yml file with some sane defaults.
|
||||||
# Make sure to check the documentation at http://goreleaser.com
|
# Make sure to check the documentation at http://goreleaser.com
|
||||||
project_name: cacert-boardvoting
|
project_name: cacert-boardvoting
|
||||||
|
version: 2
|
||||||
before:
|
before:
|
||||||
hooks:
|
hooks:
|
||||||
- go mod tidy
|
- go mod tidy
|
||||||
|
@ -17,11 +18,6 @@ builds:
|
||||||
- -trimpath
|
- -trimpath
|
||||||
- -v
|
- -v
|
||||||
main: ./cmd/boardvoting
|
main: ./cmd/boardvoting
|
||||||
archives:
|
|
||||||
- replacements:
|
|
||||||
linux: Linux
|
|
||||||
amd64: x86_64
|
|
||||||
format: binary
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
snapshot:
|
snapshot:
|
||||||
|
|
Loading…
Reference in a new issue