From 7349bf115036499e28ab7ddd963ff43949ddad4f Mon Sep 17 00:00:00 2001 From: Damien Menanteau Date: Wed, 19 Feb 2025 23:54:23 +0100 Subject: [PATCH] Fix golangci_lint GitHub action --- .github/workflows/golangci_lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci_lint.yml b/.github/workflows/golangci_lint.yml index a4d238c..96175da 100644 --- a/.github/workflows/golangci_lint.yml +++ b/.github/workflows/golangci_lint.yml @@ -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 @@ -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