Commit 2ec9da6
Upgrade Go version to 1.25.4 (#6)
* Upgrade Go version to 1.25.4
Update go.mod and GitHub Actions workflow to use Go 1.25.4 across all jobs and matrix configurations.
* Remove Go 1.24 support from CI workflow
Remove matrix strategy and test only against Go 1.25.4. This simplifies the workflow since we're now only supporting a single Go version.
* Use matrix strategy with Go 1.25 only
Keep the matrix strategy but configure it to test against only Go 1.25, removing Go 1.24 support.
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent c8575c0 commit 2ec9da6
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
61 | | - | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments