Commit e8b6463
committed
fix: use go-version-file in release workflow
The release workflow hardcoded go-version: "1.25.6", but go.mod was
bumped to 1.25.7 in #316, causing the release to fail with:
go: go.mod requires go >= 1.25.7 (running go 1.25.6; GOTOOLCHAIN=local)
Switch to go-version-file: "go.mod" to match test.yml, so the version
is always read from go.mod and can't drift.1 parent c6901e8 commit e8b6463
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments