Skip to content

Commit 64d5fa2

Browse files
committed
Update golangci_lint.yml
1 parent f155810 commit 64d5fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Find Go modules
2727
id: find-modules
2828
run: |
29-
modules=$(go list -m -json all | jq -r '.Dir')
29+
modules=$(find . -name "go.mod" -exec dirname {} \;)
3030
echo "modules=$modules" >> $GITHUB_ENV
3131
3232
- name: Run golangci-lint for each module

0 commit comments

Comments
 (0)