Fix to use the new golangci-lint action
This commit is contained in:
parent
62741caf5e
commit
408fffb0c6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -34,8 +34,8 @@ jobs:
|
|||
- name: Check out repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Check golangci-lint
|
||||
uses: matoous/golangci-lint-action@v1.1.0
|
||||
- name: Run golangci-lint
|
||||
uses: actions-contrib/golangci-lint@v1
|
||||
|
||||
- name: Get go dependencies
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue