pulumi/pkg/resource/deploy/deploytest
Abhinav Gupta 79ffe88b6d
ci(lint): Upgrade to latest golangci-lint (#13847)
Upgrade to latest version of golangci-lint
and fix or opt-out the issues it caught.

The false positives are:

```
sdk/go/common/workspace/plugins_test.go:512:3: G101: Potential hardcoded credentials (gosec)
pkg/resource/deploy/builtins.go:180:2: G101: Potential hardcoded credentials (gosec)
```

The fixed issues are:

```
pkg/resource/deploy/deploytest/pluginhost.go:440:16: G601: Implicit memory aliasing in for loop. (gosec)
                        Version:    &v.version,
                                    ^
pkg/engine/lifecycletest/alias_test.go:58:25: G601: Implicit memory aliasing in for loop. (gosec)
                        DeleteBeforeReplace: &r.deleteBeforeReplace,
                                             ^
```
2023-08-31 18:26:04 +00:00
..
analyzer.go [core] Improve engine test coverage. (#8720) 2022-01-11 09:20:43 -08:00
backendclient.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
languageruntime.go Add hidden sdk-pack command 2023-08-08 17:53:04 +01:00
pluginhost.go ci(lint): Upgrade to latest golangci-lint (#13847) 2023-08-31 18:26:04 +00:00
provider.go Add ConstructInfo to deploytest 2023-07-25 09:03:48 +01:00
resourcemonitor.go [engine] Add support for source positions 2023-07-10 14:35:40 -07:00
resourcemonitor_test.go pkg/deploytest: Don't zero CustomTimeouts < 1 minute 2023-04-14 15:05:51 -07:00