We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385e03e commit ab4e885Copy full SHA for ab4e885
.github/workflows/build-test.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
- uses: projectdiscovery/actions/setup/go@v1
24
- name: Run golangci-lint
25
- uses: golangci/golangci-lint-action@v5
+ uses: projectdiscovery/actions/golangci-lint/v2@v1
26
with:
27
version: latest
28
args: --timeout 5m
0 commit comments