add 1.80 to capver and update deps (#2394)

This commit is contained in:
Kristoffer Dalby 2025-02-05 07:17:51 +01:00 committed by GitHub
parent 9a7890d56b
commit 8b92c017ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 136 additions and 121 deletions

View file

@ -35,6 +35,7 @@ var tailscaleToCapVer = map[string]tailcfg.CapabilityVersion{
"v1.76.6": 106,
"v1.78.0": 109,
"v1.78.1": 109,
"v1.80.0": 113,
}
@ -51,4 +52,5 @@ var capVerToTailscaleVer = map[tailcfg.CapabilityVersion]string{
104: "v1.72.0",
106: "v1.74.0",
109: "v1.78.0",
113: "v1.80.0",
}