diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9ccbc0b..f87fd52 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,6 +19,8 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 + with: + fetch-depth: '0' - name: Test & Vet run: make test vet