mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
fix goreleaser warnings (#2106)
* add version to goreleaser config Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> * rename deprected setting Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> --------- Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
1c34101e72
commit
42d2c27853
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
version: 2
|
||||
before:
|
||||
hooks:
|
||||
- go mod tidy -compat=1.22
|
||||
|
@ -184,7 +185,7 @@ kos:
|
|||
checksum:
|
||||
name_template: "checksums.txt"
|
||||
snapshot:
|
||||
name_template: "{{ .Tag }}-next"
|
||||
version_template: "{{ .Tag }}-next"
|
||||
changelog:
|
||||
sort: asc
|
||||
filters:
|
||||
|
|
Loading…
Reference in a new issue