fix: correct go.mod to 1.24 (go 1.25 does not exist)
Also use go-version-file in CI so go.mod and workflow stay in sync.
This commit is contained in:
parent
074123e188
commit
0d84bedc7a
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: https://github.com/actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.24'
|
||||
go-version-file: go.mod
|
||||
|
||||
- name: Test
|
||||
run: go test -race -v ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue