Skip to content

Commit

Permalink
Merge pull request #13 from jeremmfr/golangci-lint-1.53
Browse files Browse the repository at this point in the history
tests: bump golangci-lint to v1.53
  • Loading branch information
jeremmfr authored Jun 3, 2023
2 parents 2de9d55 + c79ff00 commit f3a9628
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 f3a9628

Please sign in to comment.