Skip to content

Commit 6532dc5

Browse files
authored
Merge pull request #25 from projectdiscovery/dependabot/github_actions/golangci/golangci-lint-action-v2.5.2
chore(deps): bump golangci/golangci-lint-action from v2.4.0 to v2.5.2
2 parents b341d68 + b51596c commit 6532dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v2
1414
- name: Run golangci-lint
15-
uses: golangci/golangci-lint-action@v2.4.0
15+
uses: golangci/golangci-lint-action@v2.5.2
1616
with:
1717
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
1818
version: v1.31

0 commit comments

Comments
 (0)