Merge pull request #859 from kradalby/new-integration-versions

Add back head and unstable, ts 1.32.0
This commit is contained in:
Juan Font 2022-10-14 10:44:25 +02:00 committed by GitHub
commit e96bceed4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -31,8 +31,9 @@ var (
IpPrefix6 = netip.MustParsePrefix("fd7a:115c:a1e0::/48")
tailscaleVersions = []string{
// "head",
// "unstable",
"head",
"unstable",
"1.32.0",
"1.30.2",
"1.28.0",
"1.26.2",