Bump Go to 1.27.0 (#5)
Format / gofmt (push) Successful in 7s
CI / Build (push) Successful in 15s
CI / Go Tests (push) Successful in 21s

This commit was merged in pull request #5.
This commit is contained in:
s1d3sw1ped_bot
2026-08-31 20:08:49 -05:00
parent 0b9db3a4c0
commit 6aabb76c16
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