Fix linting step in CI

This commit is contained in:
Christoph Petrausch
2021-05-30 20:49:28 +02:00
parent 48fb74e2df
commit 013ef6eea6

View File

@@ -28,7 +28,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run golangci-lint
uses: actions-contrib/golangci-lint@v1
uses: golangci/golangci-lint-action@v2
with:
only-new-issues: true
goreleaser:
needs: