Commit 2f385a0
committed
Require at least 1.24.9.
Go 1.24.8 has a bug that is causing a test failure like in #970. To
avoid running into this when the local version has the bug, require
1.24.9 at least.
Tested with "go test ./..." on a machine where 1.24.8 is the default
system-wide Go. The test run fails before this fix and passes after.1 parent 4902fdd commit 2f385a0
2 files changed
+2
-2
lines changed| 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 | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments