Use selfhosted mirror for Forgejo Actions #28

Merged
fyrchik merged 1 commit from potyarkin/linters:feature/actions-mirror into master 2024-12-12 10:14:35 +00:00
Showing only changes of commit 177c8a8e7f - Show all commits

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'
Review

Unrelated to the commit.

Unrelated to the commit.
cache: true
- name: Run tests