pulumi/sdk/go/common
Fraser Waters 3f5191f7f1 Try to delete temporary files from plugin downloads
Fixes https://github.com/pulumi/pulumi/issues/12144

There's only three places in the codebase that we call
`workspace.DownloadToFile`. Before this change only one of them tried to
run `os.Remove` to cleanup afterwards.

This unifies all to use `os.Remove` and to also explictly ignore the
error returned by that (if it does fail it will log to `V(3)`).
2023-02-14 10:23:25 +00:00
..
apitype Add resource count to update info struct 2023-01-23 15:30:45 -08:00
constant Send update metadata about update plans 2022-10-12 22:55:59 +01:00
diag [color] Use graphemes to measure strings. 2022-11-09 08:23:00 -08:00
display Moving previewDigest to sdk/go/common/display, and exporting it. (#9886) 2022-06-27 09:08:06 -05:00
encoding all: Drop ioutil 2023-01-06 16:35:14 -08:00
env Handle recursive types 2023-01-13 11:28:13 -08:00
resource Try to delete temporary files from plugin downloads 2023-02-14 10:23:25 +00:00
testing all: Drop ioutil 2023-01-06 16:35:14 -08:00
tokens Revert "Support projects in the file state backend" 2023-02-02 15:26:26 -08:00
tools Toward replacing MSBuild with make+bash on Windows (#8617) 2022-01-07 22:27:14 -05:00
util Fix 'TestFilter' error where expected and actual are swapped. 2023-02-10 13:26:49 -08:00
version move pkg/version -> sdk/go/common/version 2020-03-18 15:25:25 -07:00
workspace Add `--insecure` flag to `pulumi login` 2023-02-03 16:09:37 -08:00