Skip to content

Warp connection

Warp connection #214

Triggered via pull request September 13, 2024 12:00
Status Failure
Total duration 6m 10s
Billable time 6m
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: example/wasm/main.go#L152
grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
build: grpcutils/client.go#L61
grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
build: landslidevm.go#L136
grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
build: utils/formatting/encoding_benchmark_test.go#L57
rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, [crypto/rand.Read] is more appropriate. (SA1019)
build: utils/hashing/hashing.go#L9
"golang.org/x/crypto/ripemd160" is deprecated: RIPEMD-160 is a legacy hash and should not be used for new applications. Also, this package does not and will not provide an optimized implementation. Instead, use a modern hash like SHA-256 (from crypto/sha256). (SA1019)
build: vm/rpc_test.go#L13
package "github.com/cometbft/cometbft/rpc/core/types" is being imported more than once (ST1019)
build: vm/rpc_test.go#L15
other import of "github.com/cometbft/cometbft/rpc/core/types"
build: vm/vm.go#L228
grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
build: vm/vm.go#L274
grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
build: vm/vm_test.go#L47
grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
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/