wip ci/cd
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m22s

This commit is contained in:
2026-03-07 14:08:33 +03:00
parent 44c675c02f
commit ebd153d2a7
2 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:latest
FROM golang:1.25
WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download