chore(deps): update actions/setup-go action to v6.2.0
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 11s
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) (pull_request) Successful in 8s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 8s
Lint Markdown files / Run markdown linter (pull_request) Successful in 5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 35s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 35s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 25s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 24s

This commit is contained in:
2026-01-13 05:06:35 +00:00
parent 48b7c196f4
commit 039754ef67
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- uses: docker/setup-qemu-action@v3.7.0
- uses: actions/setup-go@v6.1.0
- uses: actions/setup-go@v6.2.0
with:
go-version: stable
- uses: docker/login-action@v3.6.0