Skip to content

Releases: tailscale/go

161c3b79ed91039e65eb148f2547dea6b91e2247

runtime: add func TailscaleCurrentP

Updates tailscale/go#109

Signed-off-by: Brad Fitzpatrick <[email protected]>

e005697288a8d2fadc87bb7c3e2c74778d08554a

encoding/json: add omitzero option

Fixes #45669

Change-Id: Ic13523c0b3acdfc5b3e29a717bc62fde302ed8fd
GitHub-Last-Rev: 57030f26b0062fa8eda21b3a73b7665deab88c76
GitHub-Pull-Request: golang/go#69622
Reviewed-on: https://go-review.googlesource.com/c/go/+/615676
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Ian Lance Taylor <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
Reviewed-by: Joseph Tsai <[email protected]>
Reviewed-by: Michael Knyszek <[email protected]>

06a4e4fc61642ed31165a91a3d1f9245ba5d33ee

.github: include windows output in release artifacts

I missed this in #106

Updates tailscale/corp#24680

Signed-off-by: M. J. Fromberger <[email protected]>

0182e6f85d29de2a067feef9302dc590a4b5b336

.github: build a toolchain for windows/amd64

We will need this for some of our in-progress build/CI improvements.

Updates tailscale/corp#24680

Signed-off-by: M. J. Fromberger <[email protected]>

96578f73d04e1a231fa2a495ad3fa97747785bc6

14 Nov 17:00
96578f7
Compare
Choose a tag to compare
build-96578f73d04e1a231fa2a495ad3fa97747785bc6

Merge branch 'release-branch.go1.23' of https://go.googlesource.com/g…

bf15628b759344c6fc7763795a405ba65b8be5d7

[tailscale] runtime/debug: embed Tailscale toolchain git rev

This is another take on #49 (which we stopped using?), and less
intrusive, and also always on.

This puts puts the the Tailscale Go toolchain's git rev in
the binary, accessible as a new "tailscale.toolchain.rev"
runtime/debug.BuildInfo Setting.

Caller code will have to access it guarded by the "tailscale_go" build
tag.

Updates #49

Signed-off-by: Brad Fitzpatrick <[email protected]>

ed9dc37b2b000f376a3e819cbb159e2c17a2dac6

[tailscale] os: disable pidfd on Android

Updates tailscale/tailscale#13452
Updates golang/go#69065

Signed-off-by: Brad Fitzpatrick <[email protected]>

d053e4d8f835eebfb37e18922c14fbfe502de07a

12 Sep 19:50
d053e4d
Compare
Choose a tag to compare
Merge pull request #100 from tailscale/artifact-update

github: bump artifact actions version

bfd8cf66a7d396097e74d195f30ca611fdc377c8

.github: fix asset_path for upload_release

Adjust asset_path for upload_release to the bare filename as the
download-artifact action now drops the tarballs under the work directory
by default.

Signed-off-by: Mario Minardi <[email protected]>

4771bcafe5ca1554e13b2cb396336868e97781f3

[tailscale] .github: update actions/checkout to 4.x

Update actions/checkout to 4.x as the version of node used in 3.x is
deprecated for GitHub actions.

Updates #cleanup

Signed-off-by: Mario Minardi <[email protected]>