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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user