1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-26 04:22:05 +02:00

fix: include golang as a dependency of deb/rpms (#1543)

* fix: include golang as a dependency of deb/rpms

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: recommends instead

* fix: typo
This commit is contained in:
Carlos Alexandro Becker 2020-05-23 14:28:55 -03:00 committed by GitHub
parent 58acbd334d
commit 4cf79bf9c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,6 +110,8 @@ nfpms:
- rpm
dependencies:
- git
recommends:
- golang
snapcrafts:
- name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
summary: Deliver Go binaries as fast and easily as possible