Codebase list golang-github-vbauerster-mpb / d2caee5
golangci-lint-action@v6 Vladimir Bauer 1 year, 11 months ago
1 changed file(s) with 1 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
2626 with:
2727 go-version: ${{ matrix.go-version }}
2828 cache: false
29 - uses: golangci/golangci-lint-action@v4
29 - uses: golangci/golangci-lint-action@v6
3030 with:
3131 # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
3232 version: latest
33 # Optional: working directory, useful for monorepos
34 # working-directory: somedir
3533
3634 # Optional: golangci-lint command line arguments.
3735 # args: --issues-exit-code=0