release on ghcr

This commit is contained in:
2026-04-21 06:23:08 +02:00
parent f16ce23ff5
commit 4f297f4f6c
3 changed files with 61 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.25.1-alpine AS builder
FROM golang:1.26.2-alpine AS builder
WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download