ci: use `go-version-file`

pull/322/head
Michael Kriese 2024-11-12 11:48:32 +01:00
parent 030b1279ad
commit 4ddd8a4ce8
No known key found for this signature in database
GPG Key ID: F8D7748549A5986A
1 changed files with 4 additions and 4 deletions

View File

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