Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Summary - The main build and test workflow has been failing for my PRs: - #259 - #260 - As far as I understood the issue, some dependency now leaves a folder called `go` with this in it: ``` go/pkg/mod/cache/download/github.com/pulumi/pulumi/pkg/v3/@v: list v3.112.0.info v3.112.0.mod ``` I just set to ignore it in .gitignore, is there a better solution maybe? I figured it was not worth tracking down where it comes from, since this looks like some package metadata, lmk if we care to find out what leaves that behind. Also: - Adding '.mono` to gitignore, dotnet compilation keeps generating it - Adding logic to not install not needed languages, which speeds up tests a little
- Loading branch information