diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da104f3..cec9aff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Go uses: actions/setup-go@v5 diff --git a/.golangci.yml b/.golangci.yml index 7804d37..f418c81 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,5 +1,6 @@ output: - format: line-number + formats: + - format: line-number linters: enable: @@ -24,3 +25,6 @@ linters: run: timeout: 2m + +issues: + new-from-rev: "490e245" \ No newline at end of file