Skip to content

Commit 7349bf1

Browse files
committed
Fix golangci_lint GitHub action
1 parent 37c4d81 commit 7349bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci_lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
go-version: ${{ matrix.go }}
2525
check-latest: true
26-
cache-dependency-path: src/go.mod
26+
cache-dependency-path: go.mod
2727

2828
- name: golangci-lint
2929
uses: golangci/golangci-lint-action@v6
@@ -32,7 +32,7 @@ jobs:
3232
# without patch version: we always use the latest patch version.
3333
version: v1.64
3434
# Optional: working directory, useful for mono-repos
35-
working-directory: src
35+
working-directory: .
3636

3737
# Optional: golangci-lint command line arguments.
3838
args: --build-tags=test_helper

0 commit comments

Comments
 (0)