mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
build(deps): bump golangci/golangci-lint-action from 6 to 7
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 7. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v6...v7) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
537867a64b
commit
febb7b1748
1 changed files with 3 additions and 4 deletions
7
.github/workflows/linters.yml
vendored
7
.github/workflows/linters.yml
vendored
|
@ -29,13 +29,12 @@ jobs:
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.24.x"
|
go-version: "1.24.x"
|
||||||
- uses: golangci/golangci-lint-action@v6
|
- uses: golangci/golangci-lint-action@v7
|
||||||
with:
|
with:
|
||||||
args: >
|
args: >
|
||||||
--timeout 10m
|
--timeout 10m
|
||||||
--exclude-dirs=tests
|
--disable errcheck,staticcheck
|
||||||
--disable errcheck
|
--enable sqlclosecheck,misspell,whitespace,gocritic
|
||||||
--enable sqlclosecheck,misspell,gofmt,goimports,whitespace,gocritic
|
|
||||||
- uses: dominikh/staticcheck-action@v1.3.1
|
- uses: dominikh/staticcheck-action@v1.3.1
|
||||||
with:
|
with:
|
||||||
version: "latest"
|
version: "latest"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue