mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 10:01:05 +01: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,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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user