diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 18d1703..9e1445f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,6 +11,11 @@ jobs: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/v') # Only run on tag push steps: + - name: Set up Go Environment + uses: actions/setup-go@v4 + with: + go-version: '1.25' + - name: Run Go List continue-on-error: true env: