flake.nix, go.mod: bump tailscale.com to v1.97.0-pre

Pulls in the cmd/nardump library split (tailscale/tailscale#19551)
so flakehashes.json tooling can import nardump.SRI directly.

Side effects: Go directive bumps to 1.26.2 and the nixpkgs lock
advances to a revision shipping go 1.26.2.
This commit is contained in:
Kristoffer Dalby 2026-04-29 08:06:18 +00:00
parent 4e0c2b8556
commit 980622e9a5
5 changed files with 38 additions and 36 deletions

View file

@ -2,7 +2,7 @@
# and are in no way endorsed by Headscale's maintainers as an
# official nor supported release or distribution.
FROM docker.io/golang:1.26.1-trixie AS builder
FROM docker.io/golang:1.26.2-trixie AS builder
ARG VERSION=dev
ENV GOPATH /go
WORKDIR /go/src/headscale