Skip to content
Triggered via push December 19, 2024 07:41
Status Failure
Total duration 3m 32s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
build-lint
no new variables on left side of :=
build-lint: apps/api-gql/internal/delivery/gql/resolvers/roles.resolver.go#L72
cannot use make([]*model.ChannelRoleUser, 0, len(opts.Users)) (value of type []*"github.com/satont/twir/libs/gomodels".ChannelRoleUser) as []roles_with_roles_users.CreateInputUser value in assignment
build-lint: apps/api-gql/internal/delivery/gql/resolvers/roles.resolver.go#L72
no new variables on left side of :=
build-lint: apps/api-gql/internal/delivery/gql/resolvers/roles.resolver.go#L76
cannot use &model.ChannelRoleUser{…} (value of type *"github.com/satont/twir/libs/gomodels".ChannelRoleUser) as roles_with_roles_users.CreateInputUser value in argument to append
build-lint: apps/api-gql/internal/delivery/gql/resolvers/roles.resolver.go#L92
cannot use users (variable of type []roles_with_roles_users.CreateInputUser) as []*"github.com/satont/twir/libs/gomodels".ChannelRoleUser value in struct literal
build-lint
Process completed with exit code 1.
build-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636