diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 34d80e5..6ce4b98 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,8 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: 'true' + fetch-depth: 0 + fetch-tags: true - name: Set up Go uses: actions/setup-go@v4