diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3c29c55..c85f311 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,6 +12,10 @@ jobs: #run: apt update # - run: apt install cargo golang -y # - run: cargo build --release + - name: setup go + uses: https://github.com/actions/setup-go@v4 + with: + go-version: '>=1.20.1' - name: Use Go Action uses: https://gitea.com/actions/release-action@main with: