Commit 35cbbe0
ci: bump go-version to 1.25 in CI + release workflows
go.mod requires go 1.25.0; both workflows were still pinned at 1.23. The
v0.6.0 release run failed at goreleaser's `go mod tidy` hook with
`go.mod requires go >= 1.25.0 (running go 1.23.12; GOTOOLCHAIN=local)` —
goreleaser sets GOTOOLCHAIN=local by default, which blocks Go's automatic
toolchain fetch, so setup-go must install the right version directly.
Bumps:
- .github/workflows/release.yml setup-go go-version "1.23" -> "1.25"
- .github/workflows/ci.yml setup-go go-version '1.23' -> '1.25' (both
test and build matrix)
The v0.6.0 tag will be re-cut against this commit so the release
workflow runs the right toolchain.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent fe6043c commit 35cbbe0
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments