Skip to content

Commit

Permalink
add 1.66 to testing
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
  • Loading branch information
kradalby committed May 20, 2024
1 parent e9c6687 commit 00aa63c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions integration/scenario.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ var (
tailscaleVersions2021 = map[string]bool{
"head": true,
"unstable": true,
"1.64": true, // CapVer: 82
"1.62": true, // CapVer: 82
"1.60": true, // CapVer: 82
"1.58": true, // CapVer: 82
"1.66": true, // CapVer: not checked
"1.64": true, // CapVer: not checked
"1.62": true, // CapVer: not checked
"1.60": true, // CapVer: not checked
"1.58": true, // CapVer: not checked
"1.56": true, // CapVer: 82
"1.54": true, // CapVer: 79
"1.52": true, // CapVer: 79
Expand Down

0 comments on commit 00aa63c

Please sign in to comment.