Skip to content

Commit

Permalink
up golangci-lint version, use verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Apr 21, 2024
1 parent d88c62d commit 102659b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54.2
args: --timeout 3m0s
version: v1.57.2
args: --timeout 3m0s --verbose
test:
name: Test with Go ${{ matrix.go-version }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 102659b

Please sign in to comment.