From 27855880b25b336f05c4c4112a7952bbcb22593f Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Tue, 9 Aug 2022 13:53:02 +0200 Subject: [PATCH] Updated versions for taiscale --- 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 14359612..b0c3dbb8 100644 --- a/integration_common_test.go +++ b/integration_common_test.go @@ -30,9 +30,10 @@ var ( IpPrefix6 = netaddr.MustParseIPPrefix("fd7a:115c:a1e0::/48") tailscaleVersions = []string{ - "head", + // "head", // "unstable", - "1.26.0", + "1.28.0", + "1.26.2", "1.24.2", "1.22.2", "1.20.4",