diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9711373..41f9624 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,6 +13,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + # we don't want a shallow clone because we want to use "git describe" + fetch-depth: 0 - name: Set up Go uses: actions/setup-go@v2