Skip to content

chore: bump packages #597

chore: bump packages

chore: bump packages #597

Triggered via pull request November 13, 2023 09:30
Status Failure
Total duration 2m 4s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
linter-check: tss/test/utils.go#L76
undefined: libp2p (typecheck)
linter-check: tss/test/utils.go#L77
undefined: libp2p (typecheck)
linter-check: tss/test/utils.go#L78
undefined: libp2p (typecheck)
linter-check: tss/keygen/keygen_test.go#L27
cannot use new(KeygenTestSuite) (value of type *KeygenTestSuite) as suite.TestingSuite value in argument to suite.Run: *KeygenTestSuite does not implement suite.TestingSuite (missing method SetS) (typecheck)
linter-check: tss/keygen/keygen_test.go#L41
s.Threshold undefined (type *KeygenTestSuite has no field or method Threshold) (typecheck)
linter-check: tss/keygen/keygen_test.go#L42
s.BullyConfig undefined (type *KeygenTestSuite has no field or method BullyConfig) (typecheck)
linter-check: tss/keygen/keygen_test.go#L48
s.MockStorer undefined (type *KeygenTestSuite has no field or method MockStorer) (typecheck)
linter-check: tss/keygen/keygen_test.go#L49
s.MockStorer undefined (type *KeygenTestSuite has no field or method MockStorer) (typecheck)
linter-check: tss/keygen/keygen_test.go#L50
s.MockStorer undefined (type *KeygenTestSuite has no field or method MockStorer) (typecheck)
linter-check: tss/keygen/keygen_test.go#L57
s.Nil undefined (type *KeygenTestSuite has no field or method Nil) (typecheck)
linter-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/