[#28] Use selfhosted actions mirror
All checks were successful
Tests and linters / Staticcheck (pull_request) Successful in 2m28s
Tests and linters / Lint (pull_request) Successful in 2m37s
Tests and linters / Build lib (pull_request) Successful in 3m31s
Tests and linters / Tests (pull_request) Successful in 4m16s

TrueCloudLab/frostfs-infra#152

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2024-12-12 11:47:22 +03:00
parent 628ee422df
commit 177c8a8e7f

View file

@ -29,7 +29,7 @@ jobs:
cache: true cache: true
- name: golangci-lint - name: golangci-lint
uses: https://github.com/golangci/golangci-lint-action@v3 uses: actions/golangci-lint@v3
with: with:
version: latest version: latest
@ -44,7 +44,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: '1.23' go-version: '1.23'
cache: true cache: true
- name: Run tests - name: Run tests