From 1ad19a3bd83926efaa8554e0067c2923a55ef2d3 Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Wed, 31 Aug 2022 22:17:13 +0200 Subject: [PATCH] Add 1.30.0 to the version roaster --- integration_common_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integration_common_test.go b/integration_common_test.go index 0235f25b..027eeff3 100644 --- a/integration_common_test.go +++ b/integration_common_test.go @@ -32,6 +32,7 @@ var ( tailscaleVersions = []string{ // "head", // "unstable", + "1.30.0", "1.28.0", "1.26.2", "1.24.2",