fix(api): allow missing required variable when a brick is added + app validation #385
go-test.yml
on: pull_request
go-test-internal
1m 34s
Matrix: go-test-pkg
Annotations
7 errors
|
go-test-internal
Process completed with exit code 201.
|
|
go-test-internal:
internal/orchestrator/orchestrator.go#L464
cannot use err (variable of type []error) as error value in struct literal: []error does not implement error (missing method Error)
|
|
go-test-internal:
internal/orchestrator/orchestrator.go#L462
cannot use getRunningApp(ctx, docker.Client()) (value of interface type error) as []error value in assignment
|
|
go-test-internal:
internal/orchestrator/orchestrator.go#L458
cannot use err (variable of type []error) as error value in struct literal: []error does not implement error (missing method Error)
|
|
go-test-internal:
internal/orchestrator/orchestrator.go#L133
cannot use err (variable of type []error) as error value in struct literal: []error does not implement error (missing method Error)
|
|
go-test-internal:
internal/orchestrator/orchestrator.go#L131
cannot use getRunningApp(ctx, docker.Client()) (value of interface type error) as []error value in assignment
|
|
go-test-internal:
internal/orchestrator/orchestrator.go#L127
cannot use err (variable of type []error) as error value in struct literal: []error does not implement error (missing method Error)
|