From 0ae7cdb42c231a8a35521896bcf7645daf301a0f Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 7 Aug 2024 07:36:24 +0100 Subject: [PATCH] yes --- .gitea/workflows/release-mod.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/release-mod.yml b/.gitea/workflows/release-mod.yml index 7bbf42b..697d232 100644 --- a/.gitea/workflows/release-mod.yml +++ b/.gitea/workflows/release-mod.yml @@ -48,6 +48,11 @@ jobs: name: ${{ steps.Build.outputs.filename }} path: ${{ steps.Build.outputs.artifactpath }} + - name: Setup GO + uses: actions/setup-go@v5 + with: + go-version: ">=1.20.1" + - name: Release Mod uses: https://gitea.com/actions/release-action@main with: