From 177c8a8e7f600400567da1ac1e7c333443bead6b Mon Sep 17 00:00:00 2001 From: Vitaliy Potyarkin Date: Thu, 12 Dec 2024 11:47:22 +0300 Subject: [PATCH] [#28] Use selfhosted actions mirror https://git.frostfs.info/TrueCloudLab/frostfs-infra/issues/152 Signed-off-by: Vitaliy Potyarkin --- .forgejo/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/tests.yml b/.forgejo/workflows/tests.yml index 44d1d21..f4f6aec 100644 --- a/.forgejo/workflows/tests.yml +++ b/.forgejo/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: cache: true - name: golangci-lint - uses: https://github.com/golangci/golangci-lint-action@v3 + uses: actions/golangci-lint@v3 with: version: latest @@ -44,7 +44,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: '1.23' + go-version: '1.23' cache: true - name: Run tests