Merge pull request #247 from moul/dependabot/github_actions/golangci/golangci-lint-action-v2.5.1

chore(deps): bump golangci/golangci-lint-action from v2.3.0 to v2.5.1
This commit is contained in:
Manfred Touron 2021-02-28 07:44:57 +01:00 committed by GitHub
commit bbbc484fe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: lint
uses: golangci/golangci-lint-action@v2.3.0
uses: golangci/golangci-lint-action@v2.5.1
with:
version: v1.28
github-token: ${{ secrets.GITHUB_TOKEN }}