eval: performance improvements #577
Annotations
10 errors and 2 warnings
analysis/common_test.go#L30
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Object().Properties: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build)
|
analysis/common_test.go#L34
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Object().Properties: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build)
|
analysis/common_test.go#L41
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Object().Properties: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build)
|
cmd/esc/cli/client/client_test.go#L481
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Record: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build)
|
cmd/esc/cli/client/client_test.go#L607
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Record: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build)
|
cmd/esc/cli/client/client_test.go#L641
cannot use map[string]schema.Builder{…} (value of type map[string]schema.Builder) as schema.MapBuilder value in argument to schema.Record: map[string]schema.Builder does not implement schema.MapBuilder (missing method Build)
|
schema/objects_test.go#L30
cannot use record (variable of type map[string]Builder) as MapBuilder value in argument to Record: map[string]Builder does not implement MapBuilder (missing method Build)
|
schema/objects_test.go#L97
cannot use properties (variable of type map[string]Builder) as MapBuilder value in argument to Object().Properties: map[string]Builder does not implement MapBuilder (missing method Build)
|
schema/schema_test.go#L114
cannot use map[string]Builder{…} (value of type map[string]Builder) as MapBuilder value in argument to Object().Properties: map[string]Builder does not implement MapBuilder (missing method Build)
|
schema/schema_test.go#L125
cannot use map[string]Builder{…} (value of type map[string]Builder) as MapBuilder value in argument to Object().Properties: map[string]Builder does not implement MapBuilder (missing method Build)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, pulumi/action-install-pulumi-cli@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2, pulumi/action-install-pulumi-cli@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading