update console-client-go (#479) #1904
ci.yaml
on: push
Build image
14m 15s
Build cloud image
18m 33s
Build dind image
2m 44s
Trivy fs scan
25s
Unit test
6m 1s
Lint
1m 27s
Annotations
15 errors
Lint:
cmd/plural/api_test.go#L1
: # github.com/pluralsh/plural-cli/cmd/plural_test [github.com/pluralsh/plural-cli/cmd/plural.test]
|
Lint:
cmd/plural/cd_test.go#L34
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient (missing method DetachCluster)
|
Lint:
cmd/plural/cd_test.go#L80
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient (missing method DetachCluster)
|
Lint:
cmd/plural/cd_test.go#L120
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient (missing method DetachCluster)
|
Lint:
cmd/plural/cd_test.go#L160
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient (missing method DetachCluster) (typecheck)
|
Lint
issues found
|
Unit test:
cmd/plural/cd_test.go#L34
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient (missing method DetachCluster)
|
Unit test:
cmd/plural/cd_test.go#L80
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient (missing method DetachCluster)
|
Unit test:
cmd/plural/cd_test.go#L120
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient (missing method DetachCluster)
|
Unit test:
cmd/plural/cd_test.go#L160
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient (missing method DetachCluster)
|
Unit test:
cmd/plural/cd_test.go#L34
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient (missing method DetachCluster)
|
Unit test:
cmd/plural/cd_test.go#L80
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient (missing method DetachCluster)
|
Unit test:
cmd/plural/cd_test.go#L120
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient (missing method DetachCluster)
|
Unit test:
cmd/plural/cd_test.go#L160
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural-cli/pkg/console".ConsoleClient (missing method DetachCluster)
|
Unit test
Process completed with exit code 2.
|