Bump Go to 1.27.0.
Format / gofmt (push) Successful in 8s
Format / gofmt (pull_request) Successful in 8s
CI / Build (push) Successful in 26s
CI / Build (pull_request) Successful in 24s
CI / Go Tests (push) Successful in 42s
CI / Go Tests (pull_request) Successful in 41s

This commit is contained in:
s1d3sw1ped_bot
2026-09-01 01:06:27 +00:00
parent 0b9db3a4c0
commit 72b4f71240
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ RUN if [ -f ui/package.json ]; then \
RUN mkdir -p /out-ui/dist && cp -r ui/dist/* /out-ui/dist/ 2>/dev/null || cp -r ui/dist /out-ui/ 2>/dev/null || true
# 2. Build Go binary (embeds the dist produced above or the placeholder)
FROM golang:1.25-alpine AS go-builder
FROM golang:1.27-alpine AS go-builder
WORKDIR /src
RUN apk add --no-cache git ca-certificates
COPY go.mod go.sum ./
+1 -1
View File
@@ -1,6 +1,6 @@
module helix-proxy
go 1.25.4
go 1.27.0
require (
github.com/go-acme/lego/v4 v4.35.2