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 a40e6ed commit dffefd8
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 @@ -15,5 +15,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:
- varnamelen
- dupl
- ireturn
- depguard
linters-settings:
govet:
enable-all: true
Expand Down

0 comments on commit dffefd8

Please sign in to comment.