1 Commits

Author SHA1 Message Date
1951262b32 chore(deps): update dependency golangci/golangci-lint to v2.10.1
Some checks failed
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 17s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 8s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Failing after 17s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) 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) (push) Failing after 43s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 24s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Failing after 43s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 24s
2026-02-26 15:11:36 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
- uses: docker/setup-qemu-action@v4.0.0
- uses: docker/setup-qemu-action@v3.7.0
- uses: actions/setup-go@v6.3.0
with:
go-version: stable