Skip to content

Commit

Permalink
Update golangci-lint action to v2, remove unnecessary mention of config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Sinelnikov committed Sep 12, 2020
1 parent 73677e0 commit addc60d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
version: v1.30
config: .golangci.yml

0 comments on commit addc60d

Please sign in to comment.