Skip to content

Commit

Permalink
Update to golangci-lint-action v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krivak committed Nov 30, 2020
1 parent fd30ce2 commit da4a397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run linter
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
version: v1.28
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run linter
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
version: v1.28
goreleaser:
Expand Down

0 comments on commit da4a397

Please sign in to comment.