all: build with Go 1.27

Bump every remaining toolchain reference: images, goreleaser, the hi
runner fallback and docs.
This commit is contained in:
Kristoffer Dalby
2026-08-25 07:19:55 +00:00
committed by Kristoffer Dalby
parent d4d09bc024
commit f06ff1cf81
10 changed files with 12 additions and 11 deletions
+1 -1
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.5-trixie AS builder
FROM docker.io/golang:1.27.0-trixie AS builder
ARG VERSION=dev
ENV GOPATH /go
WORKDIR /go/src/headscale