mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-22 10:27:37 -05:00
capver: update latest (#2774)
This commit is contained in:
@@ -63,7 +63,7 @@ var (
|
||||
//
|
||||
// The rest of the version represents Tailscale versions that can be
|
||||
// found in Tailscale's apt repository.
|
||||
AllVersions = append([]string{"head", "unstable"}, capver.TailscaleLatestMajorMinor(10, true)...)
|
||||
AllVersions = append([]string{"head", "unstable"}, capver.TailscaleLatestMajorMinor(capver.SupportedMajorMinorVersions, true)...)
|
||||
|
||||
// MustTestVersions is the minimum set of versions we should test.
|
||||
// At the moment, this is arbitrarily chosen as:
|
||||
|
||||
Reference in New Issue
Block a user