diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e26ba797..149fe7d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 with: - fetch-depth: 0 + fetch-depth: 1 - name: Downloading go dependencies run: go mod tidy