mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-12 19:42:02 +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
@@ -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.5-alpine AS build
|
||||
FROM golang:1.27.0-alpine AS build
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user