Skip to content

Commit

Permalink
chore(lint): upgrade to 1.62.2
Browse files Browse the repository at this point in the history
  • Loading branch information
savsgio committed Dec 4, 2024
1 parent cc5378f commit d8386c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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@v4
- uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1
version: v1.62.2
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ linters:
fast: false
enable-all: true
disable:
- gomnd
- gochecknoglobals
- testpackage
- err113
Expand All @@ -19,4 +18,4 @@ linters:
- intrange

# deprecated
- execinquery
- exportloopref

0 comments on commit d8386c8

Please sign in to comment.