mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-17 22:12:03 +09:00
build: update tailscale.com to v1.103.0-pre.0.20260819232550-0e84b4a3a0a0
PR tailscale/tailscale#20646 changed the representation of DERP region
IDs from plain ints to a tailcfg.DERPRegionID type. This patch
requires that version of the tailscale.com library and updates our
code to also use the new type.
Updates: tailscale/tailscale#20165
(cherry picked from commit 79695ab51b)
This commit is contained in:
committed by
Kristoffer Dalby
parent
9ceb4511de
commit
3aece65014
@@ -67,7 +67,7 @@ func TestDERPVerifyEndpoint(t *testing.T) {
|
||||
},
|
||||
}
|
||||
derpMap := tailcfg.DERPMap{
|
||||
Regions: map[int]*tailcfg.DERPRegion{
|
||||
Regions: map[tailcfg.DERPRegionID]*tailcfg.DERPRegion{
|
||||
900: &derpRegion,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user