Skip to content

Commit

Permalink
Bump golangci-lint to 1.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jul 15, 2021
1 parent a3fb755 commit e23dcc3
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 @@ -161,7 +161,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.41.0
version: v1.41.1
- name: ShellCheck
uses: ludeeus/action-shellcheck@1.1.0
with:
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.41.0
GOLANGCI_LINT_VERSION=1.41.1

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

0 comments on commit e23dcc3

Please sign in to comment.