From f6b9056d7f82c4255d5b10083af337ebe679d169 Mon Sep 17 00:00:00 2001 From: LeonG11 Date: Thu, 7 May 2026 15:26:44 +0300 Subject: [PATCH] remake --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 8c93aba..ab9171d 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v3 - name: Install Go - uses: https://github.com + uses: actions/setup-go@v5 with: go-version: "1.23"