mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Merge pull request #859 from kradalby/new-integration-versions
Add back head and unstable, ts 1.32.0
This commit is contained in:
		
						commit
						e96bceed4c
					
				@ -31,8 +31,9 @@ var (
 | 
				
			|||||||
	IpPrefix6 = netip.MustParsePrefix("fd7a:115c:a1e0::/48")
 | 
						IpPrefix6 = netip.MustParsePrefix("fd7a:115c:a1e0::/48")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	tailscaleVersions = []string{
 | 
						tailscaleVersions = []string{
 | 
				
			||||||
		// "head",
 | 
							"head",
 | 
				
			||||||
		// "unstable",
 | 
							"unstable",
 | 
				
			||||||
 | 
							"1.32.0",
 | 
				
			||||||
		"1.30.2",
 | 
							"1.30.2",
 | 
				
			||||||
		"1.28.0",
 | 
							"1.28.0",
 | 
				
			||||||
		"1.26.2",
 | 
							"1.26.2",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user