Skip to content

use wazero

use wazero #437

Triggered via pull request December 23, 2024 20:19
Status Failure
Total duration 2m 42s
Artifacts

lint-go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lint: internal/runtime/crypto.go#L116
SA1019: elliptic.Unmarshal has been deprecated since Go 1.21: for ECDH, use the crypto/ecdh package. This function accepts an encoding equivalent to that of the NewPublicKey methods in crypto/ecdh. (staticcheck)
lint: internal/api/lib_test.go#L858
go-require: MockInfoBin contains assertions that must only be used in the goroutine running the test function (testifylint)
lint: internal/api/lib_test.go#L861
go-require: require must only be used in the goroutine running the test function (testifylint)
lint: internal/api/lib_test.go#L862
go-require: requireOkResponse contains assertions that must only be used in the goroutine running the test function (testifylint)
lint
issues found
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636