build: add Go installation step in PR workflow
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 8s

This commit is contained in:
Jan K9f 2025-04-09 17:20:20 +02:00
parent aa1601e751
commit 6c118fb9ff
Signed by: jank
GPG key ID: B9F475106B20F144

View file

@ -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