diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2721653..f4874c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,8 +43,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v7 - with: - fetch-depth: 0 - name: Setup Go uses: actions/setup-go@v5 @@ -56,7 +54,6 @@ jobs: uses: golangci/golangci-lint-action@v9 with: args: --timeout=5m - only-new-issues: true build: name: Build