go.toolchain.{rev,next.rev}: update to Go 1.25.7 / Go 1.26rc3 (#18633)

Updates #18629

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
This commit is contained in:
Andrew Lytvynov
2026-02-06 12:54:11 -08:00
committed by GitHub
parent fe69b7f0e5
commit 9ba2a80ab6
6 changed files with 6 additions and 5 deletions
+1
View File
@@ -25,6 +25,7 @@ fi
# don't yet support TS_GO_NEXT=1 with flake.nix or in our corp CI.
if [ "${TS_GO_NEXT:-}" != "1" ]; then
./tool/go version 2>/dev/null | awk '{print $3}' | sed 's/^go//' > go.toolchain.version
./tool/go mod edit -go "$(cat go.toolchain.version)"
./update-flake.sh
fi