Skip to content

Bump github.com/pulumi/pulumi/pkg/v3 from 3.130.0 to 3.133.0 in /provider #369

Bump github.com/pulumi/pulumi/pkg/v3 from 3.130.0 to 3.133.0 in /provider

Bump github.com/pulumi/pulumi/pkg/v3 from 3.130.0 to 3.133.0 in /provider #369

Triggered via pull request September 19, 2024 12:52
Status Failure
Total duration 2m 2s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: provider/cmd/pulumi-tfgen-xenorchestra/main.go#L18
could not import github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen (-: # github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen
lint
cannot use &loader{} (value of type *loader) as "github.com/pulumi/pulumi/pkg/v3/codegen/schema".Loader value in variable declaration: *loader does not implement "github.com/pulumi/pulumi/pkg/v3/codegen/schema".Loader (missing method LoadPackageV2)
lint
cannot use l (variable of type *loader) as "github.com/pulumi/pulumi/pkg/v3/codegen/schema".Loader value in assignment: *loader does not implement "github.com/pulumi/pulumi/pkg/v3/codegen/schema".Loader (missing method LoadPackageV2)
lint
cannot use newLoader(g.pluginHost) (value of type *loader) as "github.com/pulumi/pulumi/pkg/v3/codegen/schema".Loader value in struct literal: *loader does not implement "github.com/pulumi/pulumi/pkg/v3/codegen/schema".Loader (missing method LoadPackageV2)
lint
cannot use host (variable of type *inmemoryProviderHost) as plugin.Host value in argument to newCachingProviderHost: *inmemoryProviderHost does not implement plugin.Host (wrong type for method Provider)
lint
too many arguments in call to host.Host.Provider
lint
cannot use &cachingProviderHost{…} (value of type *cachingProviderHost) as plugin.Host value in return statement: *cachingProviderHost does not implement plugin.Host (wrong type for method Provider)
lint
too many arguments in call to host.Host.Provider
lint
issues found
lint
Process completed with exit code 2.