mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Add new tailscale to integration tests
This commit is contained in:
		
							parent
							
								
									4d2949bda9
								
							
						
					
					
						commit
						f78deaebb6
					
				@ -20,7 +20,17 @@ var (
 | 
			
		||||
	IpPrefix4 = netaddr.MustParseIPPrefix("100.64.0.0/10")
 | 
			
		||||
	IpPrefix6 = netaddr.MustParseIPPrefix("fd7a:115c:a1e0::/48")
 | 
			
		||||
 | 
			
		||||
	tailscaleVersions = []string{"head", "unstable", "1.22.2", "1.20.4", "1.18.2", "1.16.2", "1.14.3", "1.12.3"}
 | 
			
		||||
	tailscaleVersions = []string{
 | 
			
		||||
		"head",
 | 
			
		||||
		"unstable",
 | 
			
		||||
		"1.24.0",
 | 
			
		||||
		"1.22.2",
 | 
			
		||||
		"1.20.4",
 | 
			
		||||
		"1.18.2",
 | 
			
		||||
		"1.16.2",
 | 
			
		||||
		"1.14.3",
 | 
			
		||||
		"1.12.3",
 | 
			
		||||
	}
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type TestNamespace struct {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user