From 7858f1c55b8474035630649700dbe84cbd58fd32 Mon Sep 17 00:00:00 2001 From: "direct-dev.ru" Date: Sun, 27 Jul 2025 13:41:09 +0600 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20workflow=20-=208=20=D0=B4=D0=BB=D1=8F=20=D1=81?= =?UTF-8?q?=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20=D0=B8=20=D1=80=D0=B5=D0=BB?= =?UTF-8?q?=D0=B8=D0=B7=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2b00962..c76b309 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,7 +8,7 @@ jobs: release: runs-on: ubuntu-latest container: - image: golang:1.21-alpine + image: golang:1.21 steps: - name: Checkout repository run: | @@ -18,6 +18,7 @@ jobs: - name: Setup Go run: | + git --version go version - name: Build