Skip to content

Commit

Permalink
chore: upgrade golangci lint 1.56.2
Browse files Browse the repository at this point in the history
  • Loading branch information
savsgio committed Mar 3, 2024
1 parent 54538f9 commit b550f97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
version: v1.56.2
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ linters:
- varnamelen
- exhaustruct
- nonamedreturns
- depguard

# Deprecated
- maligned
- scopelint
- golint
- interfacer
- varcheck
- structcheck
- deadcode
- nosnakecase

0 comments on commit b550f97

Please sign in to comment.