1 Commits

Author SHA1 Message Date
93de312cd5 chore(deps): update dependency golangci/golangci-lint to v2.6.1
Some checks failed
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Failing after 1m10s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 55s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Failing after 54s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 22s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 15s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 20s
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 6s
Lint Markdown files / Run markdown linter (pull_request) Successful in 4s
2025-11-04 14:06:09 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -24,6 +24,6 @@ jobs:
- uses: actions/setup-go@v6.0.0
with:
go-version: ${{ matrix.go }}
- uses: golangci/golangci-lint-action@v9.0.0
- uses: golangci/golangci-lint-action@v8.0.0
with:
version: v2.6.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
version: v2.6.1 # renovate: datasource=github-releases depName=golangci/golangci-lint

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
- uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-qemu-action@v3.6.0
- uses: actions/setup-go@v6.0.0
with:
go-version: stable