Skip to content

Commit

Permalink
tests: bump golangci-lint to v1.53
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremmfr committed Jun 3, 2023
1 parent 2de9d55 commit c79ff00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.53
args: -c .golangci.yml -v
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ linters:
- gochecknoglobals
- gomnd
- nonamedreturns
- depguard
linters-settings:
govet:
enable-all: true

0 comments on commit c79ff00

Please sign in to comment.