Compare commits

...

1 commit

Author SHA1 Message Date
177c8a8e7f [#28] Use selfhosted actions mirror
TrueCloudLab/frostfs-infra#152

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
2024-12-12 11:53:59 +03:00

View file

@ -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