diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 580f3ca..c93699c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,6 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: v1.54 - args: -v --timeout=5m --config=/.golangci.yml --issues-exit-code=0 + args: -v --timeout=5m --issues-exit-code=0 - name: Run tests run: make test-cover \ No newline at end of file