diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df3d97e..1912464 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,6 @@ jobs: - name: Lint Codebase uses: golangci/golangci-lint-action@v6 with: - args: --timeout=10m version: latest - name: Test run: go test -v diff --git a/.golangci.yml b/.golangci.yml index 66b438c..58c100b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,6 +1,8 @@ +run: + timeout: 10m severity: default-severity: error rules: - linters: - unused - severity: warning + severity: info