Skip to content

Commit

Permalink
Update golangci-lint to v1.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jan 16, 2021
1 parent 7d7f8ef commit 024de6b
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -97,7 +97,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.34.1
version: v1.35.2
- name: ShellCheck
uses: ludeeus/action-shellcheck@1.0.0
with:
Expand Down
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ linters:
- nakedret
- nolintlint
- prealloc
- predeclared
- rowserrcheck
- scopelint
- sqlclosecheck
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GOLANGCI_LINT_VERSION=1.34.1
GOLANGCI_LINT_VERSION=1.35.2

.PHONY: default
default: generate run test lint format
Expand Down

0 comments on commit 024de6b

Please sign in to comment.