From ff217ccce8c940ed082d0b416c573e4e96c2d473 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Fri, 14 Oct 2022 09:12:13 +0200 Subject: [PATCH] Add back head and unstable, ts 1.32.0 Signed-off-by: Kristoffer Dalby --- integration_common_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/integration_common_test.go b/integration_common_test.go index f3c39232..9fe435d6 100644 --- a/integration_common_test.go +++ b/integration_common_test.go @@ -31,8 +31,9 @@ var ( IpPrefix6 = netip.MustParsePrefix("fd7a:115c:a1e0::/48") tailscaleVersions = []string{ - // "head", - // "unstable", + "head", + "unstable", + "1.32.0", "1.30.2", "1.28.0", "1.26.2",