mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-13 12:02:01 +09:00
all: build with Go 1.27
Bump every remaining toolchain reference: images, goreleaser, the hi runner fallback and docs.
This commit is contained in:
committed by
Kristoffer Dalby
parent
d4d09bc024
commit
f06ff1cf81
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user