From 868eb5ee43c8463ee74887e35fda84a3a79fae19 Mon Sep 17 00:00:00 2001 From: Jim Ancona Date: Fri, 5 Jul 2024 21:08:42 -0400 Subject: [PATCH] And another build fix --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4fcca72..09cc954 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,6 +16,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Go uses: actions/setup-go@v5