Skip to content

Commit ab4e885

Browse files
committed
update lint action
1 parent 385e03e commit ab4e885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: projectdiscovery/actions/setup/go@v1
2424
- name: Run golangci-lint
25-
uses: golangci/golangci-lint-action@v5
25+
uses: projectdiscovery/actions/golangci-lint/v2@v1
2626
with:
2727
version: latest
2828
args: --timeout 5m

0 commit comments

Comments
 (0)