Skip to content

Commit

Permalink
use specific version
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Aug 29, 2023
1 parent 580dae8 commit 08f5150
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions integration/scenario.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ var (
tailscaleVersions2021 = []string{
"head",
"unstable",
"1.48",
"1.46",
"1.40",
"1.38",
"1.36",
"1.34",
"1.32",
"1.30",
"1.48.0",
"1.46.0",
"1.40.0",
"1.38.0",
"1.36.0",
"1.34.0",
"1.32.0",
"1.30.0",
}

tailscaleVersions2019 = []string{
"1.28",
"1.26",
"1.24",
"1.22",
"1.20",
"1.28.0",
"1.26.0",
"1.24.0",
"1.22.0",
"1.20.0",
}

// tailscaleVersionsUnavailable = []string{
Expand Down

0 comments on commit 08f5150

Please sign in to comment.