generate: add new patches (#2921)

This commit is contained in:
Kristoffer Dalby
2025-11-28 17:00:52 +01:00
committed by GitHub
parent ed78bf4b98
commit 9368fee1c5
2 changed files with 3 additions and 4 deletions

View File

@@ -30,10 +30,10 @@ var capVerMinimumTailscaleVersionTests = []struct {
expected string
}{
{106, "v1.74.0"},
{97, "v1.68.1"},
{102, "v1.70.0"},
{104, "v1.72.0"},
{109, "v1.78.0"},
{113, "v1.80.0"},
{9001, ""}, // Test case for a version higher than any in the map
{60, ""}, // Test case for a version lower than any in the map
}