Handle datastore id mismatch #145
Annotations
9 errors and 2 warnings
build (1.21):
internal/resources/datastore/resource.go#L150
no new variables on left side of :=
|
build (1.21):
internal/resources/datastore/resource.go#L150
cannot use datastore.GetId() (value of type *string) as string value in assignment
|
build (1.21):
internal/resources/datastore/resource.go#L151
invalid operation: datastoreID == nil (mismatched types string and untyped nil)
|
build (1.21):
internal/resources/datastore/resource.go#L160
invalid operation: cannot indirect datastoreID (variable of type string)
|
build (1.21):
internal/resources/datastore/resource.go#L160
undefined: IDFromState
|
build (1.21):
internal/resources/datastore/resource.go#L164
invalid operation: cannot indirect datastoreID (variable of type string)
|
build (1.21):
internal/resources/datastore/resource.go#L164
undefined: IDFromState
|
build (1.21):
internal/resources/datastore/resource.go#L171
invalid operation: cannot indirect datastoreID (variable of type string)
|
build (1.21)
Process completed with exit code 2.
|
build (1.21)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (1.21)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|