From bfb58de7b8aa63785044f7805ce6242a5436a113 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Sat, 11 Jun 2022 13:45:32 +0000 Subject: [PATCH] Add 1.26 to tests --- integration_common_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration_common_test.go b/integration_common_test.go index fa848aef..f1c4e868 100644 --- a/integration_common_test.go +++ b/integration_common_test.go @@ -25,7 +25,8 @@ var ( tailscaleVersions = []string{ "head", "unstable", - "1.24.0", + "1.26.0", + "1.24.2", "1.22.2", "1.20.4", "1.18.2",