Add 1.34.0 to integration tests
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
638a3d48ec
commit
7b8cf5ef1a
2 changed files with 4 additions and 2 deletions
|
@ -32,7 +32,8 @@ var (
|
||||||
tailscaleVersions2021 = []string{
|
tailscaleVersions2021 = []string{
|
||||||
"head",
|
"head",
|
||||||
"unstable",
|
"unstable",
|
||||||
"1.32.1",
|
"1.34.0",
|
||||||
|
"1.32.3",
|
||||||
"1.30.2",
|
"1.30.2",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,8 @@ var (
|
||||||
tailscaleVersions = []string{
|
tailscaleVersions = []string{
|
||||||
"head",
|
"head",
|
||||||
"unstable",
|
"unstable",
|
||||||
"1.32.0",
|
"1.34.0",
|
||||||
|
"1.32.3",
|
||||||
"1.30.2",
|
"1.30.2",
|
||||||
"1.28.0",
|
"1.28.0",
|
||||||
"1.26.2",
|
"1.26.2",
|
||||||
|
|
Loading…
Reference in a new issue