chore(deps): update actions/setup-go action to v6.3.0
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 39s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 12s
Lint Markdown files / Run markdown linter (pull_request) Successful in 6s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 1m50s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 35s

This commit is contained in:
2026-02-26 05:14:36 +00:00
parent 723a9f899e
commit ae92014e5a
2 changed files with 2 additions and 2 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.2.0
- uses: actions/setup-go@v6.3.0
with:
go-version: stable
- uses: docker/login-action@v3.7.0