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:
Simon Law
2026-08-19 16:33:09 -07:00
committed by Kristoffer Dalby
parent 9ceb4511de
commit 3aece65014
17 changed files with 73 additions and 73 deletions
+1 -1
View File
@@ -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,
},
}