Skip to content

Bump golang.org/x/crypto from 0.0.0-20220722155217-630584e8d5aa to 0.19.0 #236

Bump golang.org/x/crypto from 0.0.0-20220722155217-630584e8d5aa to 0.19.0

Bump golang.org/x/crypto from 0.0.0-20220722155217-630584e8d5aa to 0.19.0 #236

Triggered via pull request February 8, 2024 18:44
Status Failure
Total duration 1m 27s
Artifacts

test.yml

on: pull_request
cleanup-runs
17s
cleanup-runs
test-coverage-upload
53s
test-coverage-upload
test-e2e
1m 18s
test-e2e
liveness-test
52s
liveness-test
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 4 warnings
liveness-test
cannot use (*immutableTree)(nil) (value of type *immutableTree) as type Tree in variable declaration:
liveness-test
cannot use (*iavl.MutableTree)(nil) (value of type *"github.com/cosmos/iavl".MutableTree) as type Tree in variable declaration:
liveness-test
cannot use tree (variable of type *"github.com/cosmos/iavl".MutableTree) as type Tree in struct literal:
liveness-test
cannot use tree (variable of type *"github.com/cosmos/iavl".MutableTree) as type Tree in struct literal:
liveness-test
cannot use &immutableTree{…} (value of type *immutableTree) as type Tree in struct literal:
liveness-test
cannot use &immutableTree{…} (value of type *immutableTree) as type Tree in struct literal:
liveness-test
impossible type switch case: *immutableTree
liveness-test
impossible type switch case: *iavl.MutableTree
liveness-test
impossible type switch case: *immutableTree
liveness-test
impossible type switch case: *iavl.MutableTree
test-coverage-upload
cannot use (*immutableTree)(nil) (value of type *immutableTree) as type Tree in variable declaration:
test-coverage-upload
cannot use (*iavl.MutableTree)(nil) (value of type *"github.com/cosmos/iavl".MutableTree) as type Tree in variable declaration:
test-coverage-upload
cannot use tree (variable of type *"github.com/cosmos/iavl".MutableTree) as type Tree in struct literal:
test-coverage-upload
cannot use tree (variable of type *"github.com/cosmos/iavl".MutableTree) as type Tree in struct literal:
test-coverage-upload
cannot use &immutableTree{…} (value of type *immutableTree) as type Tree in struct literal:
test-coverage-upload
cannot use &immutableTree{…} (value of type *immutableTree) as type Tree in struct literal:
test-coverage-upload
impossible type switch case: *immutableTree
test-coverage-upload
impossible type switch case: *iavl.MutableTree
test-coverage-upload
impossible type switch case: *immutableTree
test-coverage-upload
impossible type switch case: *iavl.MutableTree
test-e2e
cannot use (*immutableTree)(nil) (value of type *immutableTree) as type Tree in variable declaration:
test-e2e
cannot use (*iavl.MutableTree)(nil) (value of type *"github.com/cosmos/iavl".MutableTree) as type Tree in variable declaration:
test-e2e
cannot use tree (variable of type *"github.com/cosmos/iavl".MutableTree) as type Tree in struct literal:
test-e2e
cannot use tree (variable of type *"github.com/cosmos/iavl".MutableTree) as type Tree in struct literal:
test-e2e
cannot use &immutableTree{…} (value of type *immutableTree) as type Tree in struct literal:
test-e2e
cannot use &immutableTree{…} (value of type *immutableTree) as type Tree in struct literal:
test-e2e
impossible type switch case: *immutableTree
test-e2e
impossible type switch case: *iavl.MutableTree
test-e2e
impossible type switch case: *immutableTree
test-e2e
impossible type switch case: *iavl.MutableTree
liveness-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/[email protected], technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-coverage-upload
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/checkout@v3, technote-space/[email protected], actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-e2e
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/checkout@v2, technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-e2e
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/