build: add Go installation step in PR workflow
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 8s
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 8s
This commit is contained in:
parent
aa1601e751
commit
6c118fb9ff
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue