Commit ddc56f3
Ignacio Van Droogenbroeck
chore: lower go.mod directive from 1.26 to 1.25
Preserves drop-in compatibility for downstream users still on Go 1.25,
addressing the migration friction reported in #70 (forced toolchain bump
when moving from vmihailenco/msgpack/v5 to this fork).
The original bump to 1.26 was a modernization decision, not a code
requirement. The codebase only depends on 1.21+ builtins (min, max,
clear); no 1.22+ language features or 1.26-only stdlib APIs are in use.
CI matrix already covers 1.25.x and 1.26.x, so no workflow changes are
needed and 1.25 support is exercised on every PR.
Verified locally: go vet, go build, go test, and go test -race all pass
under the new directive.
Closes #701 parent ed17032 commit ddc56f3
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
| 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