From acf46893e9a9818fffa66686f0d2a4b041fbae7f Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sat, 4 Nov 2023 09:51:58 -0700 Subject: [PATCH] Clone repo and setup go for validation --- .github/workflows/slsa-releaser.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/slsa-releaser.yml b/.github/workflows/slsa-releaser.yml index b729cda..23c5ba0 100644 --- a/.github/workflows/slsa-releaser.yml +++ b/.github/workflows/slsa-releaser.yml @@ -181,6 +181,11 @@ jobs: - build-darwin-arm64 - macos_signer steps: + - uses: actions/checkout@v4 + - name: Set up Go + uses: actions/setup-go@v3 + with: + go-version: 1.21 - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: hishtory-linux-amd64