Releases: tailscale/go
Releases · tailscale/go
0a7392ba4471f578e5160b6ea21def6ae8e4a072
Merge pull request #97 from tailscale/update-go1.23.1 Update go1.23.1
32389dd21fef8fabc5c5f235346bf9248e79b412
[tailscale] net: don't wait 5 seconds to re-read /etc/resolv.conf If a Go process starts up, finds /etc/resolv.conf empty, then the DHCP client writes /etc/resolv.conf, the Go program would find itself broken for up to 5 seconds. Updates tailscale/corp#22206 Signed-off-by: Brad Fitzpatrick <[email protected]> (cherry picked from commit d05ca2a59a016618d243e8d3d78e72810aaffdf4)
22ef9eb38e9a2d21b4a45f7adc75addb05f3efb8
net: don't wait 5 seconds to re-read /etc/resolv.conf If a Go process starts up, finds /etc/resolv.conf empty, then the DHCP client writes /etc/resolv.conf, the Go program would find itself broken for up to 5 seconds. Updates tailscale/corp#22206 Signed-off-by: Brad Fitzpatrick <[email protected]>
2f152a4eff5875655a9a84fce8f8d329f8d9a321
Merge pull request #91 from tailscale/update-go1.22.5 Update go1.22.5
4d101c0f2d2a234b8902bfff5fadb16070201f0a
build-4d101c0f2d2a234b8902bfff5fadb16070201f0a Merge remote-tracking branch 'go/release-branch.go1.22' into update-g…
467a489ae3c080d80f4cfdd05f2aa08cb44c9d6a
build-467a489ae3c080d80f4cfdd05f2aa08cb44c9d6a Merge branch 'release-branch.go1.22' of https://go.googlesource.com/g…
48d71857bf5352daaa10b61dd3e9b1c0dd51e27a
database/sql: fix memory leaks in Stmt.removeClosedStmtLocked Zero out elements before shrinking the slice to avoid memory leaks. Fixes #66410 Change-Id: I8f64c21455761f7f7c8b6fee0b6450b98f691d91 GitHub-Last-Rev: b15586e801199b9674f5bfcb12a848a55f15a80b GitHub-Pull-Request: golang/go#66419 Reviewed-on: https://go-review.googlesource.com/c/go/+/572956 TryBot-Result: Gopher Robot <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: David Chase <[email protected]> Reviewed-by: Keith Randall <[email protected]> Reviewed-by: Emmanuel Odeke <[email protected]> Run-TryBot: Emmanuel Odeke <[email protected]>
f86d7c8ef64a0f8a2516fc23652eee28abc8d8e0
[release-branch.go1.22] go1.22.1 Change-Id: I9db641e2a029c4c9fa72d7b423b2b6b7f113d9a2 Reviewed-on: https://go-review.googlesource.com/c/go/+/569257 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Auto-Submit: Gopher Robot <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
66fe5734c4555397ef1b9de3e1ec958bf0a2086e
Merge pull request #85 from tailscale/update-go1.22.0-actions [tailscale] .github/workflows: update release branch to 1.22
ea90ced9ddc95c09aed7d9c59631aa978022c3ba
Merge tag 'go1.21.6' into update-go1.21.6 * tag 'go1.21.6': [release-branch.go1.21] go1.21.6 [release-branch.go1.21] crypto/tls: align FIPS-only mode with BoringSSL policy [release-branch.go1.21] crypto/internal/boring: upgrade module to fips-20220613 [release-branch.go1.21] runtime: add race annotations in IncNonDefault [release-branch.go1.21] maps: fix aliasing problems with Clone [release-branch.go1.21] runtime: put ReadMemStats debug assertions behind a double-check mode [release-branch.go1.21] runtime: add the disablethp GODEBUG setting [release-branch.go1.21] runtime/pprof: fix generics function names [release-branch.go1.21] os/signal: skip nohup tests on darwin builders [release-branch.go1.21] os/signal: remove go t.Run from TestNohup [release-branch.go1.21] cmd/compile: fix escape analysis of string min/max [release-branch.go1.21] cmd/compile: fix memcombine pass for big endian, > 1 byte elements