1 Commits

Author SHA1 Message Date
03fff9894f fix(ci): avoid docker's pull rate limit
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 12s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 6s
Lint Markdown files / Run markdown linter (push) Successful in 5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 32s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 20s
2026-04-21 15:50:54 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -26,4 +26,4 @@ jobs:
go-version: ${{ matrix.go }}
- uses: golangci/golangci-lint-action@v9.2.0
with:
version: v2.11.4 # renovate: datasource=github-releases depName=golangci/golangci-lint
version: v2.9.0 # renovate: datasource=github-releases depName=golangci/golangci-lint

View File

@@ -16,6 +16,8 @@ jobs:
with:
fetch-depth: 0
- uses: docker/setup-qemu-action@v4.0.0
with:
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
- uses: actions/setup-go@v6.4.0
with:
go-version: stable