Initial Migration #1
ci.yml
on: pull_request
Go client tests
13s
Go linting
40s
Go Backwards Compatibility
51s
Annotations
21 errors
Go client tests:
cmd/zbctl/main.go#L18
cannot find module providing package github.com/camunda-community-hub/zeebe-client-go/cmd/zbctl/internal/commands: import lookup disabled by -mod=vendor
|
Go client tests:
cmd/zbctl/internal/commands/broadcastSignal.go#L22
cannot find module providing package github.com/camunda-community-hub/zeebe-client-go/internal/utils: import lookup disabled by -mod=vendor
|
Go client tests:
cmd/zbctl/internal/commands/activateJobs.go#L21
cannot find module providing package github.com/camunda-community-hub/zeebe-client-go/pkg/commands: import lookup disabled by -mod=vendor
|
Go client tests:
cmd/zbctl/internal/commands/createWorker.go#L29
cannot find module providing package github.com/camunda-community-hub/zeebe-client-go/pkg/entities: import lookup disabled by -mod=vendor
|
Go client tests:
cmd/zbctl/internal/commands/activateJobs.go#L22
cannot find module providing package github.com/camunda-community-hub/zeebe-client-go/pkg/pb: import lookup disabled by -mod=vendor
|
Go client tests:
cmd/zbctl/internal/commands/createWorker.go#L30
cannot find module providing package github.com/camunda-community-hub/zeebe-client-go/pkg/worker: import lookup disabled by -mod=vendor
|
Go client tests:
cmd/zbctl/internal/commands/root.go#L19
cannot find module providing package github.com/camunda-community-hub/zeebe-client-go/pkg/zbc: import lookup disabled by -mod=vendor
|
Go client tests
Process completed with exit code 1.
|
Go client tests
cannot find module providing package github.com/camunda-community-hub/zeebe-client-go/cmd/zbctl/internal/commands: import lookup disabled by -mod=vendor
|
Go client tests
cannot find module providing package github.com/camunda-community-hub/zeebe-client-go/cmd/zbctl/internal/commands: import lookup disabled by -mod=vendor
|
Go client tests
cannot find module providing package github.com/camunda-community-hub/zeebe-client-go/cmd/zbctl/internal/commands: import lookup disabled by -mod=vendor
|
Go linting:
cmd/zbctl/main_test.go#L252
cannot use &integrationTestSuite{…} (value of type *integrationTestSuite) as suite.TestingSuite value in argument to suite.Run: *integrationTestSuite does not implement suite.TestingSuite (missing method SetS) (typecheck)
|
Go linting:
cmd/zbctl/main_test.go#L280
s.FailNowf undefined (type *integrationTestSuite has no field or method FailNowf) (typecheck)
|
Go linting:
cmd/zbctl/main_test.go#L285
s.MonitoringAddress undefined (type *integrationTestSuite has no field or method MonitoringAddress) (typecheck)
|
Go linting:
cmd/zbctl/main_test.go#L286
s.FailNow undefined (type *integrationTestSuite has no field or method FailNow) (typecheck)
|
Go linting:
cmd/zbctl/main_test.go#L291
s.FailNowf undefined (type *integrationTestSuite has no field or method FailNowf) (typecheck)
|
Go linting:
cmd/zbctl/main_test.go#L296
s.NoErrorf undefined (type *integrationTestSuite has no field or method NoErrorf) (typecheck)
|
Go linting:
cmd/zbctl/main_test.go#L304
s.T undefined (type *integrationTestSuite has no field or method T) (typecheck)
|
Go linting:
cmd/zbctl/main_test.go#L337
s.PrintFailedContainerLogs undefined (type *integrationTestSuite has no field or method PrintFailedContainerLogs) (typecheck)
|
Go linting:
cmd/zbctl/main_test.go#L344
s.Require undefined (type *integrationTestSuite has no field or method Require) (typecheck)
|
Go linting:
cmd/zbctl/main_test.go#L348
s.Require undefined (type *integrationTestSuite has no field or method Require) (typecheck)
|