Skip to content

warp

warp #193

Triggered via pull request August 14, 2024 14:06
Status Failure
Total duration 5m 54s
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/vm.go#L214
grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
build: vm/vm.go#L260
grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
build: vm/vm_test.go#L46
grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
build: vm/vm_test.go#L153
grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
build
Process completed with exit code 1.
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/