From 0f3752d59cc648f352bd3f857469a1fb5cff3dd1 Mon Sep 17 00:00:00 2001 From: Grant <5445379+grantdhunter@users.noreply.github.com> Date: Sun, 16 Mar 2025 17:22:45 -0600 Subject: [PATCH] install go --- .gitea/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 28607ea..4b75f17 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -47,6 +47,10 @@ jobs: needs: - build steps: + - name: setup go + uses: https://github.com/actions/setup-go@v4 + with: + go-version: '>=1.20.1' - name: Download workflow run artifact uses: actions/download-artifact@v3 - name: release