From 51fa77b84bcc333dbc4ea563015c602ba492ec3b Mon Sep 17 00:00:00 2001 From: MatteoSchiff Date: Wed, 13 Mar 2024 14:46:50 +0100 Subject: [PATCH] workflow: go-action requires go --- .gitea/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6a75621..bc4e192 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -32,6 +32,10 @@ jobs: - uses: actions/download-artifact@v2 with: name: InnkeeperBot + - name: Set up Go + uses: actions/setup-go@v4 + with: + go-version: 1.21 - name: Release artifact id: use-go-action uses: https://gitea.com/actions/release-action@main