Skip to content

Commit

Permalink
chore(ci/lint): upgrade to v1.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
savsgio committed Jul 4, 2024
1 parent 4d19a7c commit 2fcf7f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v5
- uses: golangci/golangci-lint-action@v6
with:
version: v1.58.2
version: v1.59.1
14 changes: 3 additions & 11 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ linters:
- gochecknoglobals
- testpackage
- err113
- exhaustivestruct
- paralleltest
- nolintlint
- cyclop
Expand All @@ -16,15 +15,8 @@ linters:
- exhaustruct
- depguard
- mnd
- copyloopvar
- intrange

# Deprecated
- maligned
- scopelint
- golint
- interfacer
- structcheck
- varcheck
- nosnakecase
- ifshort
- deadcode
# deprecated
- execinquery

0 comments on commit 2fcf7f6

Please sign in to comment.