From f78deaebb6b5017e249915c178eeadaf9c34c6ab Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Sat, 23 Apr 2022 08:30:13 +0000 Subject: [PATCH] Add new tailscale to integration tests --- integration_common_test.go | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/integration_common_test.go b/integration_common_test.go index f7afb807..d5ff7e8f 100644 --- a/integration_common_test.go +++ b/integration_common_test.go @@ -20,7 +20,17 @@ var ( IpPrefix4 = netaddr.MustParseIPPrefix("100.64.0.0/10") IpPrefix6 = netaddr.MustParseIPPrefix("fd7a:115c:a1e0::/48") - tailscaleVersions = []string{"head", "unstable", "1.22.2", "1.20.4", "1.18.2", "1.16.2", "1.14.3", "1.12.3"} + tailscaleVersions = []string{ + "head", + "unstable", + "1.24.0", + "1.22.2", + "1.20.4", + "1.18.2", + "1.16.2", + "1.14.3", + "1.12.3", + } ) type TestNamespace struct {