Skip to content

Commit

Permalink
Bump golangci-lint to v1.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed May 24, 2021
1 parent ab16f1b commit 918c2b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.40.0
version: v1.40.1
- name: ShellCheck
uses: ludeeus/action-shellcheck@1.1.0
with:
Expand Down
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ linters:
- gofmt
- gofumpt
- goimports
- golint
- gomoddirectives
- gomodguard
- goprintffuncname
Expand Down
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.40.0
GOLANGCI_LINT_VERSION=1.40.1

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

0 comments on commit 918c2b7

Please sign in to comment.