Merge pull request #14 from systemli/golangci-lint-update

update quality action with latest golangci-lint-action
This commit is contained in:
Dwight Donovan Benvenuto 2020-10-24 11:02:54 +02:00 committed by GitHub
commit 81a0fa4d77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: GolangCI - name: GolangCI
uses: Mushus/golangci-lint-action@master uses: golangci/golangci-lint-action@v2
with: with:
config: .golangci.yml version: v1.31
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}