chore(deps): update docker/setup-buildx-action action to v4.1.0
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 36s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 37s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 25s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 25s
Lint Markdown files / Run markdown linter (pull_request) Successful in 13s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 15s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 15s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 8s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 7s

This commit is contained in:
2026-05-22 18:04:03 +00:00
parent 00cca0fdb6
commit aba86ce6cd
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- uses: docker/setup-qemu-action@v4.0.0 - uses: docker/setup-qemu-action@v4.0.0
with: with:
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
- uses: docker/setup-buildx-action@v4.0.0 - uses: docker/setup-buildx-action@v4.1.0
- uses: actions/setup-go@v6.4.0 - uses: actions/setup-go@v6.4.0
with: with:
go-version: stable go-version: stable