From 91c9aaf8a0bcf141282cb51b102569d2a7bc79a8 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Thu, 28 Dec 2023 15:07:30 +0100 Subject: [PATCH] fetch everything --- .github/workflows/go.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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