diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 02ea205..1341525 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -50,6 +50,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-tags: true + fetch-depth: 0 - name: Set up Go uses: actions/setup-go@v4