Skip to content

Commit

Permalink
chore(build): update golangci-lint-action to v2.3.0 (#805)
Browse files Browse the repository at this point in the history
Fixes a problem where the lint job would fail without
any explanation. Also, a good opportunity to update to the latest version.

Fixes #806

Signed-off-by: Xavier Coulon <[email protected]>
  • Loading branch information
xcoulon authored Dec 15, 2020
1 parent b0e80f5 commit af509d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v2

- name: Lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2.3.0
with:
version: v1.29
args: -E gofmt,golint,megacheck,misspell
Expand Down

0 comments on commit af509d0

Please sign in to comment.