golangci-lint-action@v6
Vladimir Bauer
1 year, 11 months ago
| 26 | 26 | with: |
| 27 | 27 | go-version: ${{ matrix.go-version }} |
| 28 | 28 | cache: false |
| 29 | - uses: golangci/golangci-lint-action@v4 | |
| 29 | - uses: golangci/golangci-lint-action@v6 | |
| 30 | 30 | with: |
| 31 | 31 | # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. |
| 32 | 32 | version: latest |
| 33 | # Optional: working directory, useful for monorepos | |
| 34 | # working-directory: somedir | |
| 35 | 33 | |
| 36 | 34 | # Optional: golangci-lint command line arguments. |
| 37 | 35 | # args: --issues-exit-code=0 |