build: bump Go toolchain to 1.26.5

Tailscale HEAD go.mod now requires go >= 1.26.5; build images pinned
1.26.4. Bump go.mod, the four Go Dockerfiles, and the nixpkgs pin
(staging-next-26.05 ships go_1_26 1.26.5; unstable still lags).
This commit is contained in:
Kristoffer Dalby
2026-07-20 08:59:03 +00:00
parent 048308511c
commit 8eec2dbdc2
8 changed files with 20 additions and 19 deletions

View File

@@ -7,7 +7,7 @@
# to drive a real browser-style WebSocket GET against headscale's /ts2021,
# guarding the regression in issue #3357.
FROM golang:1.26.4-alpine AS build
FROM golang:1.26.5-alpine AS build
WORKDIR /src