Skip to content

Commit

Permalink
chore: Bump golangci-lint to version 1.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Feb 17, 2023
1 parent 6786faa commit 4d2bc84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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.1.1
GO_VERSION: '1.20.1'
GOFUMPT_VERSION: 0.4.0
GOLANGCI_LINT_VERSION: 1.51.0
GOLANGCI_LINT_VERSION: 1.51.1
GOVERSIONINFO_VERSION: 1.4.0
jobs:
changes:
Expand Down
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ linters:
- paralleltest
- rowserrcheck # https://github.com/golangci/golangci-lint/issues/2649
- sqlclosecheck # https://github.com/golangci/golangci-lint/issues/2649
- structcheck # https://github.com/golangci/golangci-lint/issues/2649
- testpackage
- tparallel
- varnamelen
Expand Down

0 comments on commit 4d2bc84

Please sign in to comment.