11
0
This commit is contained in:
2026-07-26 02:09:04 +03:00
parent 406a877eef
commit 72b9d24f43
3 changed files with 39 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.24 AS build
FROM golang:1.26 AS build
WORKDIR /go/src/git.k-space.ee/k-space/goredirect
COPY go.mod go.sum ./
RUN go mod download