Migration demo #63
Annotations
10 errors and 1 warning
|
internal/temporal/worker_deployment.go#L141
unknown field Version in struct literal of type "go.temporal.io/sdk/client".WorkerDeploymentDescribeVersionOptions
|
|
internal/temporal/worker_deployment.go#L119
cannot use version.Version (variable of struct type "go.temporal.io/sdk/internal".WorkerDeploymentVersion) as string value in map index
|
|
internal/temporal/worker_deployment.go#L109
unknown field Version in struct literal of type "go.temporal.io/sdk/client".WorkerDeploymentDescribeVersionOptions
|
|
internal/temporal/worker_deployment.go#L100
invalid operation: version.Version == routingConfig.RampingVersion (mismatched types "go.temporal.io/sdk/internal".WorkerDeploymentVersion and *"go.temporal.io/sdk/internal".WorkerDeploymentVersion)
|
|
internal/temporal/worker_deployment.go#L98
invalid operation: version.Version == routingConfig.CurrentVersion (mismatched types "go.temporal.io/sdk/internal".WorkerDeploymentVersion and *"go.temporal.io/sdk/internal".WorkerDeploymentVersion)
|
|
internal/temporal/worker_deployment.go#L93
cannot use version.Version (variable of struct type "go.temporal.io/sdk/internal".WorkerDeploymentVersion) as string value in struct literal
|
|
internal/temporal/worker_deployment.go#L81
invalid operation: routingConfig.RampingVersion != "" (mismatched types *"go.temporal.io/sdk/internal".WorkerDeploymentVersion and untyped string)
|
|
internal/temporal/worker_deployment.go#L73
cannot use routingConfig.RampingVersion (variable of type *"go.temporal.io/sdk/internal".WorkerDeploymentVersion) as string value in assignment
|
|
internal/temporal/worker_deployment.go#L72
cannot use routingConfig.CurrentVersion (variable of type *"go.temporal.io/sdk/internal".WorkerDeploymentVersion) as string value in assignment
|
|
internal/testhelpers/workers.go#L57
cannot use temporalDeploymentName + k8s.VersionIDSeparator + workerBuildId (value of type string) as "go.temporal.io/sdk/internal".WorkerDeploymentVersion value in struct literal
|
|
|
The logs for this run have expired and are no longer available.
Loading