Commit 0960b85
committed
Upgrade Go version from 1.24.7 to 1.25.4
This commit upgrades the project to use Go 1.25.4, the latest stable
version. All tests pass and the codebase is fully compatible.
Changes:
- Update go.mod to require Go 1.25
- Update Dockerfile to use golang:1.25.4
- Modernize slice deletion in network.go using slices.Delete
- Remove deprecated 'tenv' linter from .golangci.yml
- Update README.md with Go version requirement
- Update docs/development.md with Go version in prerequisites
Testing:
- All unit tests pass (70.4%+ coverage)
- All integration tests pass (90/90 specs)
- Build verification successful
- Race detector: no data races
- HTTP client: compatible with HTTP/3 default
- Debugging tools: Delve 1.25.2 compatible with DWARF v5
Compatibility:
- DWARF v5: Compatible (Delve supports it)
- HTTP/3: Compatible (automatic fallback)
- All dependencies verified compatible
- No breaking changes encountered
See GO_UPGRADE_SUMMARY.md for detailed upgrade documentation.1 parent d6e0682 commit 0960b85
5 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
602 | | - | |
| 602 | + | |
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
| |||
0 commit comments