pulumi/sdk/go/common
bors[bot] da8241988f
Merge #11866 #11867
11866: sdk/plugin: Delete unused tracingToFile field r=abhinav a=abhinav

The unused tracingToFile on pluginArgumentOptions
caused a reference to cmdutil.TracingToFile
which has been deprecated.

Issue caught by staticcheck:

```
go/common/resource/plugin/plugin.go:301:20: SA1019: cmdutil.TracingToFile is deprecated: Even in this case TracingEndpoint will now have the tcp:// scheme and will point to a proxy server that will append traces to the user-specified file. Plugins should respect TracingEndpoint and ignore TracingToFile. (staticcheck)
```

Refs #11808


11867: sdk/internal: pulumi.NewOutput => ctx.NewOutput r=abhinav a=abhinav

pulumi.NewOutput has been deprecated in favor of Context.NewOutput.
Issue caught by staticcheck:

```
go/pulumi/internals/outputs_test.go:37:22: SA1019: pulumi.NewOutput is deprecated: use Context.NewOutput instead. (staticcheck)
go/pulumi/internals/outputs_test.go:50:21: SA1019: pulumi.NewOutput is deprecated: use Context.NewOutput instead. (staticcheck)
```

Refs #11808


Co-authored-by: Abhinav Gupta <abhinav@pulumi.com>
2023-01-14 00:22:54 +00:00
..
apitype sdk/go: Remove 'nolint' directives from package docs 2023-01-06 09:06:47 -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 Merge #11866 #11867 2023-01-14 00:22:54 +00:00
testing all: Drop ioutil 2023-01-06 16:35:14 -08:00
tokens ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
tools Toward replacing MSBuild with make+bash on Windows (#8617) 2022-01-07 22:27:14 -05:00
util Merge #11819 #11834 #11842 #11845 2023-01-12 20:11:42 +00:00
version move pkg/version -> sdk/go/common/version 2020-03-18 15:25:25 -07:00
workspace getDiffInfo: Fix slice length check 2023-01-11 21:53:05 -08:00