-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
2 changed files
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters