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: