Enable HEAD and unstable in integration tests
This commit is contained in:
parent
128ec6717c
commit
eb461d0713
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ var (
|
|||
IpPrefix6 = netaddr.MustParseIPPrefix("fd7a:115c:a1e0::/48")
|
||||
|
||||
tailscaleVersions = []string{
|
||||
// "head",
|
||||
// "unstable",
|
||||
"head",
|
||||
"unstable",
|
||||
"1.28.0",
|
||||
"1.26.2",
|
||||
"1.24.2",
|
||||
|
|
Loading…
Reference in a new issue