Skip to content

Commit 9b07f33

Browse files
committed
Makefile, go.mod: bump oss, adjust how we do so
Signed-off-by: Brad Fitzpatrick <brad@danga.com>
1 parent f346725 commit 9b07f33

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,10 @@ bump_version_code:
279279

280280
.PHONY: update-oss ## Update the tailscale.com go module
281281
update-oss:
282+
curl -f https://raw.githubusercontent.com/tailscale/tailscale/refs/heads/main/go.toolchain.rev > go.toolchain.rev.new
283+
mv go.toolchain.rev.new go.toolchain.rev
282284
GOPROXY=direct ./tool/go get tailscale.com@main
283285
./tool/go mod tidy -compat=1.24
284-
./tool/go run tailscale.com/cmd/printdep --go > go.toolchain.rev.new
285-
mv go.toolchain.rev.new go.toolchain.rev
286286

287287
# Get the commandline tools package, this provides (among other things) the sdkmanager binary.
288288
$(ANDROID_HOME)/cmdline-tools/latest/bin/sdkmanager:

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/tailscale/tailscale-android
22

3-
go 1.24.4
3+
go 1.24.6
44

55
require (
66
github.com/tailscale/wireguard-go v0.0.0-20250716170648-1d0488a3d7da
77
golang.org/x/mobile v0.0.0-20240806205939-81131f6468ab
8-
tailscale.com v1.87.0-pre.0.20250801224156-0f15e4419683
8+
tailscale.com v1.87.0-pre.0.20250814174806-c083a9b05330
99
)
1010

1111
require (
@@ -68,7 +68,7 @@ require (
6868
github.com/tailscale/web-client-prebuilt v0.0.0-20250124233751-d4cd19a26976 // indirect
6969
github.com/tailscale/xnet v0.0.0-20240729143630-8497ac4dab2e // indirect
7070
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
71-
github.com/vishvananda/netns v0.0.4 // indirect
71+
github.com/vishvananda/netns v0.0.5 // indirect
7272
github.com/x448/float16 v0.8.4 // indirect
7373
go4.org/mem v0.0.0-20240501181205-ae6ca9944745 // indirect
7474
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ github.com/u-root/u-root v0.14.0/go.mod h1:hAyZorapJe4qzbLWlAkmSVCJGbfoU9Pu4jpJ1
174174
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 h1:pyC9PaHYZFgEKFdlp3G8RaCKgVpHZnecvArXvPXcFkM=
175175
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701/go.mod h1:P3a5rG4X7tI17Nn3aOIAYr5HbIMukwXG0urG0WuL8OA=
176176
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae/go.mod h1:DD4vA1DwXk04H54A1oHXtwZmA0grkVMdPxx/VGLCah0=
177-
github.com/vishvananda/netns v0.0.4 h1:Oeaw1EM2JMxD51g9uhtC0D7erkIjgmj8+JZc26m1YX8=
178-
github.com/vishvananda/netns v0.0.4/go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM=
177+
github.com/vishvananda/netns v0.0.5 h1:DfiHV+j8bA32MFM7bfEunvT8IAqQ/NzSJHtcmW5zdEY=
178+
github.com/vishvananda/netns v0.0.5/go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM=
179179
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
180180
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
181181
go.uber.org/goleak v1.2.1 h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A=
@@ -235,5 +235,5 @@ howett.net/plist v1.0.0 h1:7CrbWYbPPO/PyNy38b2EB/+gYbjCe2DXBxgtOOZbSQM=
235235
howett.net/plist v1.0.0/go.mod h1:lqaXoTrLY4hg8tnEzNru53gicrbv7rrk+2xJA/7hw9g=
236236
software.sslmate.com/src/go-pkcs12 v0.4.0 h1:H2g08FrTvSFKUj+D309j1DPfk5APnIdAQAB8aEykJ5k=
237237
software.sslmate.com/src/go-pkcs12 v0.4.0/go.mod h1:Qiz0EyvDRJjjxGyUQa2cCNZn/wMyzrRJ/qcDXOQazLI=
238-
tailscale.com v1.87.0-pre.0.20250801224156-0f15e4419683 h1:meEUX1Nsr5SaXiaeivOGG4c7gsQm/P3Jr3dzbtE0j6k=
239-
tailscale.com v1.87.0-pre.0.20250801224156-0f15e4419683/go.mod h1:Lm8dnzU2i/Emw15r6sl3FRNp/liSQ/nYw6ZSQvIdZ1M=
238+
tailscale.com v1.87.0-pre.0.20250814174806-c083a9b05330 h1:AKtuZB1fqLwc7gjGtTpFRTDBFyIV+H4nqm3S3saKGus=
239+
tailscale.com v1.87.0-pre.0.20250814174806-c083a9b05330/go.mod h1:7T150+pAJhl3Yw2RTBMihVa9D2wdGJ+kxVQQSJbLHkc=

go.toolchain.rev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1cd3bf1a6eaf559aa8c00e749289559c884cef09
1+
54f31cd8fc7b3d7d87c1ea455c8bb4b33372f706

0 commit comments

Comments
 (0)