Fix lint issues (#755)
Lint fixes in preparation of https://github.com/pulumi/ci-mgmt/pull/2024.
This commit is contained in:
@@ -43,7 +43,7 @@ type host struct {
|
||||
supportsMultipleExports bool
|
||||
}
|
||||
|
||||
func newHost(ctx context.Context, config *Config) (*host, error) {
|
||||
func newHost(_ context.Context, config *Config) (*host, error) {
|
||||
docker, err := newDockerCLI(config)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user