mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-17 16:36:02 +00:00
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:
parent
4e0c2b8556
commit
980622e9a5
5 changed files with 38 additions and 36 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue