Skip to content

Fix : Use ubunut-latest #39

Fix : Use ubunut-latest

Fix : Use ubunut-latest #39

Triggered via push October 22, 2024 14:43
Status Failure
Total duration 1m 14s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: common/json_rpc.go#L18
log redeclared in this block
build: common/json_rpc.go#L9
other declaration of log
build: common/json_rpc.go#L151
undefined: log.Error
build: common/json_rpc.go#L477
method JsonRpcResponse.MarshalZerologObject already declared at common/json_rpc.go:294:27
build: common/json_rpc.go#L482
r.RLock undefined (type *JsonRpcResponse has no field or method RLock)
build: common/json_rpc.go#L483
r.RUnlock undefined (type *JsonRpcResponse has no field or method RUnlock)
build: common/json_rpc.go#L485
r.Method undefined (type *JsonRpcResponse has no field or method Method)
build: common/json_rpc.go#L486
r.Params undefined (type *JsonRpcResponse has no field or method Params)
build: common/request.go#L123
invalid operation: r.uid != "" (mismatched types "sync/atomic".Value and untyped string)
build: common/request.go#L124
cannot use r.uid (variable of type "sync/atomic".Value) as int64 value in return statement