Commit f7a3134
committed
stack: Fix test expectations for go1.19 and update GA to go1.19
Bump github actions to run on go1.19.
When starting a program on macOS on go1.18 and earlier, it seems that
exec.Cmd.Run() used to evaluate symlinks. It is not true anymore on
go1.19. Update test expectations accordingly.
go1.19 also changed stack traces to not include assembly like it did
previously.
Test only change.1 parent 6bf1786 commit f7a3134
2 files changed
Lines changed: 24 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1546 | 1546 | | |
1547 | 1547 | | |
1548 | 1548 | | |
1549 | | - | |
1550 | | - | |
1551 | | - | |
1552 | | - | |
1553 | | - | |
| 1549 | + | |
| 1550 | + | |
| 1551 | + | |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
| 1556 | + | |
| 1557 | + | |
| 1558 | + | |
| 1559 | + | |
| 1560 | + | |
1554 | 1561 | | |
1555 | 1562 | | |
1556 | 1563 | | |
| |||
2386 | 2393 | | |
2387 | 2394 | | |
2388 | 2395 | | |
2389 | | - | |
2390 | | - | |
2391 | | - | |
| 2396 | + | |
| 2397 | + | |
| 2398 | + | |
| 2399 | + | |
| 2400 | + | |
| 2401 | + | |
| 2402 | + | |
| 2403 | + | |
| 2404 | + | |
2392 | 2405 | | |
2393 | 2406 | | |
2394 | 2407 | | |
| |||
0 commit comments