Skip to content

Commit

Permalink
chore: Update golangci-lint to version 1.46.2
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed May 18, 2022
1 parent ef2be28 commit 34cc617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
AGE_VERSION: 1.0.0
GO_VERSION: 1.18.2
GOFUMPT_VERSION: 0.3.1
GOLANGCI_LINT_VERSION: 1.46.1
GOLANGCI_LINT_VERSION: 1.46.2
jobs:
build-website:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ linters:
- errchkjson
- errname
- errorlint
- execinquery
- exportloopref
- forbidigo
- forcetypeassert
Expand Down Expand Up @@ -62,7 +63,6 @@ linters:
- whitespace
disable:
- cyclop
- execinquery
- exhaustive
- exhaustivestruct
- exhaustruct
Expand Down

0 comments on commit 34cc617

Please sign in to comment.