Skip to content

Commit

Permalink
Fix golangci_lint GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Feb 19, 2025
1 parent 37c4d81 commit 7349bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
check-latest: true
cache-dependency-path: src/go.mod
cache-dependency-path: go.mod

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
Expand All @@ -32,7 +32,7 @@ jobs:
# without patch version: we always use the latest patch version.
version: v1.64
# Optional: working directory, useful for mono-repos
working-directory: src
working-directory: .

# Optional: golangci-lint command line arguments.
args: --build-tags=test_helper
Expand Down

0 comments on commit 7349bf1

Please sign in to comment.