diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 84575a96..4fd22aff 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -17,7 +17,6 @@ jobs: go-version-file: backend/go.mod check-latest: false cache: true - cache-dependency-path: backend/go.sum - name: Verify Go version run: | go version | grep -q 'go1.25.7' @@ -37,7 +36,6 @@ jobs: go-version-file: backend/go.mod check-latest: false cache: true - cache-dependency-path: backend/go.sum - name: Verify Go version run: | go version | grep -q 'go1.25.7' @@ -46,4 +44,4 @@ jobs: with: version: v2.7 args: --timeout=5m - working-directory: backend + working-directory: backend \ No newline at end of file