Skip to content

Commit

Permalink
Merge pull request #50 from github/update-lint-action
Browse files Browse the repository at this point in the history
Use an updated copy of `golangci/golangci-lint-action`.
  • Loading branch information
chrisgavin authored Dec 22, 2020
2 parents 9436204 + 2f80070 commit c4d4a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
exit 1
fi
- name: Lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
version: v1.29

Expand Down

0 comments on commit c4d4a6e

Please sign in to comment.