From 70a98880f7b2577a1f92e2de1c0513e4bc1ce5a5 Mon Sep 17 00:00:00 2001 From: LeonG11 Date: Thu, 7 May 2026 15:25:22 +0300 Subject: [PATCH] remake v7 --- .gitea/workflows/ci.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index bbd39dc..8c93aba 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -8,11 +8,10 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - -name: Set up Go - uses: https://github.com/actions-go + - name: Install Go + uses: https://github.com with: - go-version: '1.23' - + go-version: "1.23" - name: Test Backend run: |