Skip to content

Commit

Permalink
ci: bump golangci-lint-action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
iczc committed Nov 21, 2022
1 parent 59d07fb commit f6459f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
go-version: 1.16

- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: latest

Expand Down
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ linters-settings:
linters:
disable-all: true
enable:
- deadcode
- gosimple
- govet
- ineffassign
- varcheck
- goconst
- goimports
- misspell
- revive
- unconvert
- unused

0 comments on commit f6459f9

Please sign in to comment.