From f2ba4353b234457295290a58d3efb29865f52cca Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 10 Dec 2024 12:12:05 +0100 Subject: [PATCH] Fix experimental build ci --- .github/workflows/experimental.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/experimental.yaml b/.github/workflows/experimental.yaml index cb64572c9..b089beabc 100644 --- a/.github/workflows/experimental.yaml +++ b/.github/workflows/experimental.yaml @@ -22,6 +22,17 @@ jobs: runs-on: ubuntu-latest steps: + - name: Check out code + uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - name: Set up Go ${{ env.GO_VERSION }} + uses: actions/setup-go@v5 + env: + ImageOS: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.goarm }} + with: + go-version: ${{ env.GO_VERSION }} - name: Build run: make generate binary