Skip to content

Commit

Permalink
🐛 go releaser does not support version templates in dependencies (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock authored Apr 12, 2023
1 parent f71180d commit b39c9d8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,7 @@ nfpms:
postinstall: "scripts/pkg/linux/postinstall.sh"
preremove: "scripts/pkg/linux/preremove.sh"
overrides:
rpm:
dependencies:
- cnquery >= {{ .Version }}
deb:
dependencies:
- cnquery (>= {{ .Version }})
contents:
- src: "scripts/pkg/debian/cnspec.service"
dst: "/etc/systemd/system/cnspec.service"
Expand Down

0 comments on commit b39c9d8

Please sign in to comment.