Skip to content

Commit ab7ab73

Browse files
authored
android: fix versioning and bump oss (#490)
* android: update docker image names for go 1.23 updates #cleanup We need to regenerate the docker images, we'll denote the new ones with a go1.23 extension. This also sets the TS_USE_TOOLCHAIN flag so we're using the corp toolchain which fixes some versioning script issues. Signed-off-by: Jonathan Nobels <[email protected]> * android: bumping OSS OSS and Version updated to 1.73.104-te7b5e8c8c-g161457b99b5 Signed-off-by: Jonathan Nobels <[email protected]> --------- Signed-off-by: Jonathan Nobels <[email protected]>
1 parent fb8a4f5 commit ab7ab73

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
# The docker image to use for the build environment. Changing this
99
# will force a rebuild of the docker image. If there is an existing image
1010
# with this name, it will be used.
11-
DOCKER_IMAGE=tailscale-android-build-amd64
11+
DOCKER_IMAGE=tailscale-android-build-amd64-go1.23
12+
export TS_USE_TOOLCHAIN=1
1213

1314
DEBUG_APK=tailscale-debug.apk
1415
RELEASE_AAB=tailscale-release.aab

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
minSdkVersion 26
3939
targetSdkVersion 34
4040
versionCode 241
41-
versionName "1.73.73-t959285e0c-ge437c2d917e"
41+
versionName "1.73.104-te7b5e8c8c-g161457b99b5"
4242
}
4343

4444
compileOptions {

go.mod

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

3-
go 1.23
4-
5-
toolchain go1.23.0
3+
go 1.23.0
64

75
require (
8-
github.com/tailscale/wireguard-go v0.0.0-20240731203015-71393c576b98
6+
github.com/tailscale/wireguard-go v0.0.0-20240905161824-799c1978fafc
97
golang.org/x/mobile v0.0.0-20240806205939-81131f6468ab
108
inet.af/netaddr v0.0.0-20220617031823-097006376321
11-
tailscale.com v1.73.0-pre.0.20240829222721-959285e0c540
9+
tailscale.com v1.73.0-pre.0.20240905180038-e7b5e8c8cd9f
1210
)
1311

1412
require (

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ github.com/tailscale/peercred v0.0.0-20240214030740-b535050b2aa4 h1:Gz0rz40FvFVL
156156
github.com/tailscale/peercred v0.0.0-20240214030740-b535050b2aa4/go.mod h1:phI29ccmHQBc+wvroosENp1IF9195449VDnFDhJ4rJU=
157157
github.com/tailscale/web-client-prebuilt v0.0.0-20240226180453-5db17b287bf1 h1:tdUdyPqJ0C97SJfjB9tW6EylTtreyee9C44de+UBG0g=
158158
github.com/tailscale/web-client-prebuilt v0.0.0-20240226180453-5db17b287bf1/go.mod h1:agQPE6y6ldqCOui2gkIh7ZMztTkIQKH049tv8siLuNQ=
159-
github.com/tailscale/wireguard-go v0.0.0-20240731203015-71393c576b98 h1:RNpJrXfI5u6e+uzyIzvmnXbhmhdRkVf//90sMBH3lso=
160-
github.com/tailscale/wireguard-go v0.0.0-20240731203015-71393c576b98/go.mod h1:BOm5fXUBFM+m9woLNBoxI9TaBXXhGNP50LX/TGIvGb4=
159+
github.com/tailscale/wireguard-go v0.0.0-20240905161824-799c1978fafc h1:cezaQN9pvKVaw56Ma5qr/G646uKIYP0yQf+OyWN/okc=
160+
github.com/tailscale/wireguard-go v0.0.0-20240905161824-799c1978fafc/go.mod h1:BOm5fXUBFM+m9woLNBoxI9TaBXXhGNP50LX/TGIvGb4=
161161
github.com/tailscale/xnet v0.0.0-20240729143630-8497ac4dab2e h1:zOGKqN5D5hHhiYUp091JqK7DPCqSARyUfduhGUY8Bek=
162162
github.com/tailscale/xnet v0.0.0-20240729143630-8497ac4dab2e/go.mod h1:orPd6JZXXRyuDusYilywte7k094d7dycXXU5YnWsrwg=
163163
github.com/tc-hib/winres v0.2.1 h1:YDE0FiP0VmtRaDn7+aaChp1KiF4owBiJa5l964l5ujA=
@@ -256,5 +256,5 @@ inet.af/netaddr v0.0.0-20220617031823-097006376321 h1:B4dC8ySKTQXasnjDTMsoCMf1sQ
256256
inet.af/netaddr v0.0.0-20220617031823-097006376321/go.mod h1:OIezDfdzOgFhuw4HuWapWq2e9l0H9tK4F1j+ETRtF3k=
257257
software.sslmate.com/src/go-pkcs12 v0.4.0 h1:H2g08FrTvSFKUj+D309j1DPfk5APnIdAQAB8aEykJ5k=
258258
software.sslmate.com/src/go-pkcs12 v0.4.0/go.mod h1:Qiz0EyvDRJjjxGyUQa2cCNZn/wMyzrRJ/qcDXOQazLI=
259-
tailscale.com v1.73.0-pre.0.20240829222721-959285e0c540 h1:nike4kuThT/9ehqnIkGlx3zWeRyx1aJe3E7iUyed0ng=
260-
tailscale.com v1.73.0-pre.0.20240829222721-959285e0c540/go.mod h1:PdTJH9Hv0Bn2PguIZh1vfqiKmcRgp6MoE2PnxET1B3E=
259+
tailscale.com v1.73.0-pre.0.20240905180038-e7b5e8c8cd9f h1:6nKO3Qt1da0I2XiK06I7cI4SYY4iSKxGHRFWoqB7YCA=
260+
tailscale.com v1.73.0-pre.0.20240905180038-e7b5e8c8cd9f/go.mod h1:8e0mb1njzhKGS7DXY1q0PhVGrlFjZYW+eNQkC6Mb2BE=

version/tailscale-version.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
set -euo pipefail
1111

12+
# use the go toolchain from the tailscale.com
13+
export TS_USE_TOOLCHAIN=1
14+
1215
go_list=$(go list -m tailscale.com)
1316
# go list outputs `tailscale.com <version>`. Extract the version.
1417
mod_version=${go_list#tailscale.com}

0 commit comments

Comments
 (0)