Skip to content

Commit

Permalink
Update golangci-lint to 1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Mar 29, 2021
1 parent 67c57d5 commit 0e824ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.38.0
version: v1.39.0
- name: ShellCheck
uses: ludeeus/action-shellcheck@1.0.0
with:
Expand Down
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ linters:
- gofumpt
- goimports
- golint
- gomoddirectives
- gomodguard
- goprintffuncname
- gosec
Expand All @@ -36,7 +37,6 @@ linters:
- predeclared
- revive
- rowserrcheck
- scopelint
- sqlclosecheck
- staticcheck
- structcheck
Expand Down Expand Up @@ -97,5 +97,4 @@ issues:
path: ^internal/cmd/
- linters:
- gosec
- scopelint
path: "_test\\.go$"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GO?=go
GOLANGCI_LINT_VERSION=1.38.0
GOLANGCI_LINT_VERSION=1.39.0

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

0 comments on commit 0e824ff

Please sign in to comment.