mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 12:17:17 +03:00
Merge pull request 'ci: use go-version-file
' (#322) from viceice/ci/go-version-file into main
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/322
This commit is contained in:
commit
0f9471302a
1 changed files with 4 additions and 4 deletions
|
@ -36,11 +36,11 @@ jobs:
|
|||
- ${{ env.FORGEJO_SCRIPT }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.21'
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
go-version-file: go.mod
|
||||
|
||||
- run: make vet
|
||||
|
||||
|
|
Loading…
Reference in a new issue