We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c4d81 commit 7349bf1Copy full SHA for 7349bf1
.github/workflows/golangci_lint.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
go-version: ${{ matrix.go }}
25
check-latest: true
26
- cache-dependency-path: src/go.mod
+ cache-dependency-path: go.mod
27
28
- name: golangci-lint
29
uses: golangci/golangci-lint-action@v6
@@ -32,7 +32,7 @@ jobs:
32
# without patch version: we always use the latest patch version.
33
version: v1.64
34
# Optional: working directory, useful for mono-repos
35
- working-directory: src
+ working-directory: .
36
37
# Optional: golangci-lint command line arguments.
38
args: --build-tags=test_helper
0 commit comments