Skip to content

Commit

Permalink
Merge pull request #1074 from anothertobi/update-linter
Browse files Browse the repository at this point in the history
Update golangci-lint
  • Loading branch information
mapkon authored Jun 7, 2023
2 parents 56eb910 + 55e7597 commit dbf593a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2
version: v1.53.2
args: --timeout=2m

coverage:
name: coverage
Expand Down
3 changes: 0 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ linters:
disable-all: true
enable:
- goimports
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck

0 comments on commit dbf593a

Please sign in to comment.