Michael B. Gale
Michael B. Gale
Work-in-progress to add support for dependency caching to the `init` Action. ### Merge / deployment checklist - [ ] Confirm this change is backwards compatible with existing workflows. - [...
This PR makes minimal changes for us to tolerate Go 1.23. Go 1.23 makes changes to how aliases are represented by the compiler. This PR modifies the extractor to extract...
This PR changes the diagnostics we emit when the extractor's call to `packages.Load` returns no packages: - The diagnostic emitted by the extractor has been downgraded from an error-level diagnostic...