This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
Pipeline refactor #167
Annotations
7 errors and 2 warnings
Run tests:
benchmarks_test.go#L136
cannot use map[string][]*protos.Command{} (value of type map[string][]*protos.Command) as type map[string][]*protos.Pipeline in struct literal
|
Run tests:
benchmarks_test.go#L207
cannot use map[string][]*protos.Command{} (value of type map[string][]*protos.Command) as type map[string][]*protos.Pipeline in struct literal
|
Run tests:
go_sdk_test.go#L160
cannot use map[string]map[string]*protos.Command{} (value of type map[string]map[string]*protos.Command) as type map[string][]*protos.Pipeline in struct literal
|
Run tests:
go_sdk_test.go#L185
cannot use map[string]*protos.Command{…} (value of type map[string]*protos.Command) as type []*protos.Pipeline in assignment
|
Run tests:
go_sdk_test.go#L539
cannot use map[string]map[string]*protos.Command{…} (value of type map[string]map[string]*protos.Command) as type map[string][]*protos.Pipeline in struct literal
|
Run tests:
go_sdk_test.go#L539
too many errors
|
Run tests
Process completed with exit code 2.
|
Run tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|