build: add v8 to module path #23
ci.yml
on: push
Go client tests
5s
Go linting
11s
Go Backwards Compatibility
0s
Annotations
22 errors and 2 warnings
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:
pkg/zbc/client.go#L27
cannot find module providing package github.com/camunda-community-hub/zeebe-client-go/internal/embedded: 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)
|
Go linting
Unexpected input(s) 'skip-pkg-cache', 'skip-build-cache', valid inputs are ['version', 'install-mode', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-save-cache', 'problem-matchers', 'args', 'cache-invalidation-interval']
|
Go linting
Unexpected input(s) 'skip-pkg-cache', 'skip-build-cache', valid inputs are ['version', 'install-mode', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-save-cache', 'problem-matchers', 'args', 'cache-invalidation-interval']
|