Skip to content

Commit

Permalink
Update golangci-lint-action to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Safin <[email protected]>
  • Loading branch information
xzfc committed Apr 5, 2022
1 parent eb64d6f commit 6c02e5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.16
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.35
excludeFmtErrorf:
Expand Down

0 comments on commit 6c02e5f

Please sign in to comment.