Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catchup #8

Merged
merged 5 commits into from
Sep 6, 2024
Merged

Catchup #8

merged 5 commits into from
Sep 6, 2024

Conversation

ldemailly
Copy link
Member

cherry-pick to get to go1.23

bep and others added 5 commits September 6, 2024 07:11
To fix unexpected errors of type:

```
[signal: killed]
FAIL: testscripts/myecho.txt:1: unexpected command failure
```

Fixes rogpeppe#200
Now that it seems we found a fix to rogpeppe#200, there is no reason to stick
to macos-11, which will likely be deprecated soon.

Update actions/setup-go to its latest version as well.
The new version uses caching by default, which we do not need.

While here, tidy up the cloneFile docs a bit.
internal/syscall/windows/registry was never imported by any of our
packages, so it seems to always have been unneeded module zip bloat.

internal/textutil was used by modfile, which now simply forwards to
x/mod/modfile, so the import is gone.
Primarily testscript's code to support calling testing.MainStart;
we originally needed that to implement our own deep code coverage,
but thankfully `go test` does that for us automatically now.
@ldemailly ldemailly merged commit 0998eef into main Sep 6, 2024
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants