capver: update latest (#2774)
This commit is contained in:
parent
da9018a0eb
commit
8394e7094a
8 changed files with 296 additions and 67 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue