Skip to content

2025 01 25 Project cleanup #6

2025 01 25 Project cleanup

2025 01 25 Project cleanup #6

Triggered via pull request January 29, 2025 04:21
Status Failure
Total duration 43s
Artifacts

validate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
govet: examples/example_imports_function_test.go#L28
ExampleImportsFunction refers to unknown identifier: ImportsFunction
govet
Process completed with exit code 1.
staticcheck: examples/appendices/simple.go#L5
"io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (SA1019)
staticcheck: wasmer/config_opcodes.go#L9
only the first constant in this group has an explicit type (SA9004)
staticcheck: wasmer/memory.go#L102
reflect.SliceHeader has been deprecated since Go 1.21 and an alternative has been available since Go 1.17: Use unsafe.Slice or unsafe.SliceData instead. (SA1019)
staticcheck: wasmer/utils_test.go#L4
"io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (SA1019)
staticcheck: wasmer/wasi.go#L298
reflect.SliceHeader has been deprecated since Go 1.21 and an alternative has been available since Go 1.17: Use unsafe.Slice or unsafe.SliceData instead. (SA1019)
staticcheck
Process completed with exit code 1.