diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e0197380..2e61583f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,7 +6,9 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v2 + with: + fetch-depth: 1 - uses: dominikh/staticcheck-action@v1 with: version: "latest"