Skip to content

Commit 4eaa96f

Browse files
committed
add go_version_file config to reviewdog
1 parent 597d09a commit 4eaa96f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: reviewdog-golangci-lint
2020
uses: reviewdog/action-golangci-lint@v2.3.1
2121
with:
22+
go_version_file: go.mod
2223
golangci_lint_version: "v1.53.2"
2324
golangci_lint_flags: "-c .golangci.yml --allow-parallel-runners"
2425
reporter: "github-pr-check"

0 commit comments

Comments
 (0)