diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index c16a160..125764b 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -9,5 +9,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: Install go + uses: actions/setup-go@v5 + with: + go-version: 1.24.2 - name: Lint uses: https://git.kjan.de/actions/pull-request-lint@main