Przeglądaj źródła

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>
dependabot[bot] 1 rok temu
rodzic
commit
febb7b1748
1 zmienionych plików z 3 dodań i 4 usunięć
  1. 3 4
      .github/workflows/linters.yml

+ 3 - 4
.github/workflows/linters.yml

@@ -29,13 +29,12 @@ jobs:
       - uses: actions/setup-go@v5
         with:
           go-version: "1.24.x"
-      - uses: golangci/golangci-lint-action@v6
+      - uses: golangci/golangci-lint-action@v7
         with:
           args: >
             --timeout 10m
-            --exclude-dirs=tests
-            --disable errcheck
-            --enable sqlclosecheck,misspell,gofmt,goimports,whitespace,gocritic
+            --disable errcheck,staticcheck
+            --enable sqlclosecheck,misspell,whitespace,gocritic
       - uses: dominikh/staticcheck-action@v1.3.1
         with:
           version: "latest"