From ff6f8533f3402a6d724bff78f4de0e8e2ed4283a Mon Sep 17 00:00:00 2001 From: LeonG11 Date: Thu, 7 May 2026 15:22:45 +0300 Subject: [PATCH] remake v5 --- .gitea/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index a26cc32..bbd39dc 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -7,8 +7,12 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + + -name: Set up Go + uses: https://github.com/actions-go with: - fetch-depth: 1 + go-version: '1.23' + - name: Test Backend run: |