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

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

View File

@@ -32,4 +32,4 @@ jobs:
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- name: Execute a single command - name: Execute a single command
run: echo "Hello, world!" run: echo "Hello, world!!"

View File

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