Compare commits

1 Commits

Author SHA1 Message Date
92081ea0ab chore(deps): update actions/checkout action to v5
Some checks failed
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Failing after 4s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 7s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Failing after 4s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Failing after 4s
Lint Markdown files / Run markdown linter (pull_request) Failing after 4s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 3s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 2s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Failing after 2s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Failing after 2s
2025-09-18 16:58:37 +00:00
3 changed files with 4 additions and 4 deletions

View File

@ -21,9 +21,9 @@ jobs:
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ] os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
steps: steps:
- uses: actions/checkout@v5.0.0 - uses: actions/checkout@v5.0.0
- uses: actions/setup-go@v6.0.0 - uses: actions/setup-go@v5.5.0
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
- uses: golangci/golangci-lint-action@v8.0.0 - uses: golangci/golangci-lint-action@v8.0.0
with: with:
version: v2.5.0 # renovate: datasource=github-releases depName=golangci/golangci-lint version: v2.4.0 # renovate: datasource=github-releases depName=golangci/golangci-lint

View File

@ -34,7 +34,7 @@ jobs:
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ] os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
steps: steps:
- uses: actions/checkout@v5.0.0 - uses: actions/checkout@v5.0.0
- uses: actions/setup-go@v6.0.0 - uses: actions/setup-go@v5.5.0
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
- env: - env:

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v5.0.0 - uses: actions/checkout@v5.0.0
- uses: docker/setup-qemu-action@v3.6.0 - uses: docker/setup-qemu-action@v3.6.0
- uses: actions/setup-go@v6.0.0 - uses: actions/setup-go@v5.5.0
with: with:
go-version: stable go-version: stable
- uses: docker/login-action@v3.5.0 - uses: docker/login-action@v3.5.0