Skip to content

Commit

Permalink
Update to golangci-lint 1.33
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Seplowitz <mseplowitz@bloomberg.net>
  • Loading branch information
mikesep committed Dec 9, 2020
1 parent 9fc10dd commit 9e8a17f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.29
version: v1.33

prettier:
name: Prettier
Expand Down
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ linters:
- unused
disable:
- wsl
- paralleltest

linters-settings:
gocognit:
Expand Down

0 comments on commit 9e8a17f

Please sign in to comment.