Skip to content

Releases: tailscale/go

7c083839130f799407787d693dc95af44190cc83

build-7c083839130f799407787d693dc95af44190cc83

Merge commit '0f7b7600fbf2bda2da9fde3d538b17d9cd39f11d' into tailscal…

2b494987ff3c1a6a26e10570c490394ff0a77aa4

.github/workflows: build Go with CGO_ENABLED=""

Build with CGO_ENABLED="" to match how upstream (golang.org/x/build/cmd/gorebuild)
makes the official Go releases. Our go/build/zcgo.go had CGO_ENABLED="0" vs
upstream's "".

See c1d3e9e81461bf43e010bd5f79315b715ed68023 for some background. That revert
didn't work by itself.

Updates tailscale/go#52

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

a529f1c329a97596448310cd52ab64047294b9d5

[tailscale] add Tailscale .github files (#47)

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

65c3f5f3fc9d96f56a37a79cad4ebbd7ff985801

11 Feb 02:38
65c3f5f
Compare
Choose a tag to compare
build-65c3f5f3fc9d96f56a37a79cad4ebbd7ff985801

Merge remote-tracking branch 'go/release-branch.go1.23' into update-g…

7426231ca13fff6f9078d3b83997c52d0614de1b

29 Jan 18:22
7426231
Compare
Choose a tag to compare
Merge pull request #111 from tailscale/mpminardi/bump-ubuntu

[tailscale] .github: bump to latest ubuntu LTS in workflows

9193e3c06334b791b22159571746aa2e60a9e34d

build-9193e3c06334b791b22159571746aa2e60a9e34d

[release-branch.go1.23] cmd/go/internal/modfetch: do not trust server…

64f7854906c3121fe3ada3d05f1936d3420d6ffa

28 Jan 19:22
64f7854
Compare
Choose a tag to compare
build-64f7854906c3121fe3ada3d05f1936d3420d6ffa

Update to Go 1.23.5

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]>