update xpanse API version #93
Annotations
8 errors
golangci-lint:
pkg/executor/result_updater.go#L41
cannot use &taskSuccessful (value of type *bool) as bool value in struct literal
|
golangci-lint:
pkg/executor/result_updater.go#L43
cannot use &name (value of type *string) as string value in struct literal
|
golangci-lint:
pkg/executor/result_updater.go#L58
cannot use &isSuccessful (value of type *bool) as bool value in struct literal (typecheck)
|
golangci-lint:
pkg/scheduler/scheduler.go#L15
could not import xpanse-agent/pkg/executor (-: # xpanse-agent/pkg/executor
|
golangci-lint:
pkg/executor/result_updater.go#L41
cannot use &taskSuccessful (value of type *bool) as bool value in struct literal
|
golangci-lint:
pkg/executor/result_updater.go#L43
cannot use &name (value of type *string) as string value in struct literal
|
golangci-lint:
pkg/executor/result_updater.go#L58
cannot use &isSuccessful (value of type *bool) as bool value in struct literal) (typecheck)
|
golangci-lint
issues found
|
Loading