Skip to content

Merge branch 'master' into develop #142

Merge branch 'master' into develop

Merge branch 'master' into develop #142

Triggered via push September 24, 2024 16:44
Status Failure
Total duration 2m 7s
Artifacts

go.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: internal/utils/debounce.go#L26
debounce.Lock undefined (type *debounceContext[KeyType, ArgType] has no field or method Lock) (typecheck)
build: internal/utils/debounce.go#L27
debounce.Unlock undefined (type *debounceContext[KeyType, ArgType] has no field or method Unlock) (typecheck)
build: internal/utils/debounce.go#L34
debounce.Lock undefined (type *debounceContext[KeyType, ArgType] has no field or method Lock) (typecheck)
build: internal/utils/debounce.go#L37
debounce.Unlock undefined (type *debounceContext[KeyType, ArgType] has no field or method Unlock) (typecheck)
build: internal/utils/logger.go#L21
undefined: colorable (typecheck)
build: internal/config/config.go#L49
undefined: yaml (typecheck)
build: internal/ent/helpers/bigint.go#L33
b.String undefined (type *BigInt has no field or method String) (typecheck)
build: internal/ent/schema/assetprice.go#L60
Signer.Type undefined (type Signer has no field or method Type) (typecheck)
build: internal/ent/schema/correctness.go#L58
Signer.Type undefined (type Signer has no field or method Type) (typecheck)
build: internal/ent/schema/eventlog.go#L63
Signer.Type undefined (type Signer has no field or method Type) (typecheck)
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/