go.toolchain.branch: bump to go1.25 (#16954)

go.toolchain.rev: bump go1.25 version
flake.nix: bump Go to 1.25

Updates #16330

Signed-off-by: Patrick O'Doherty <patrick@tailscale.com>
This commit is contained in:
Patrick O'Doherty
2025-08-26 07:44:26 -07:00
committed by GitHub
parent b411ffb52f
commit c5429cd49c
13 changed files with 107 additions and 31 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
# $ docker exec tailscaled tailscale status
FROM golang:1.24-alpine AS build-env
FROM golang:1.25-alpine AS build-env
WORKDIR /go/src/tailscale