Skip to content

feat: support handshakeKey #85

feat: support handshakeKey

feat: support handshakeKey #85

Re-run triggered January 10, 2024 08:14
Status Failure
Total duration 1m 14s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: pkg/client/response_v3.go#L17
cannot use (defaultResponseV3 literal) (value of type defaultResponseV3) as Response value in return statement: defaultResponseV3 does not implement Response (missing method IsSucceed) (typecheck)
build: pkg/cmd/nebula-importer.go#L63
invalid operation: cannot compare o.pool != nil (operator != not defined on untyped nil) (typecheck)
build: pkg/config/v3/config.go#L70
c.BuildLogger undefined (type *Config has no field or method BuildLogger) (typecheck)
build: pkg/config/v3/config.go#L74
c.BuildClientPool undefined (type *Config has no field or method BuildClientPool) (typecheck)
build: pkg/config/v3/manager.go#L27
m.Batch undefined (type *Manager has no field or method Batch) (typecheck)
build: pkg/config/v3/manager.go#L28
m.ReaderConcurrency undefined (type *Manager has no field or method ReaderConcurrency) (typecheck)
build: pkg/config/v3/manager.go#L29
m.ImporterConcurrency undefined (type *Manager has no field or method ImporterConcurrency) (typecheck)
build: pkg/config/v3/manager.go#L30
m.StatsInterval undefined (type *Manager has no field or method StatsInterval) (typecheck)
build: pkg/config/v3/manager.go#L31
m.Hooks undefined (type *Manager has no field or method Hooks) (typecheck)
build: pkg/config/v3/manager.go#L32
m.Hooks undefined (type *Manager has no field or method Hooks) (typecheck)
build
The following actions uses node12 which is deprecated and will be forced to run on node16: webiny/action-post-run@2.0.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/