Skip to content
Snippets Groups Projects
Unverified Commit 94bd10d3 authored by Wolfgang Welz's avatar Wolfgang Welz Committed by GitHub
Browse files

Fix action-golangci-lint to v1.2 (#419)

There seems to be an issue with the very recent v1.3 update
parent 7108cc17
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2
- name: Run golangci-lint
uses: docker://reviewdog/action-golangci-lint:latest
uses: docker://reviewdog/action-golangci-lint:v1.2
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--timeout=10m"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment