2FA Feature/wasm sc txn #6955
Annotations
10 errors and 2 warnings
core/logger/logger.go#L95
Error return value of `l.logDebug.Output` is not checked (errcheck)
|
core/logger/logger.go#L101
Error return value of `l.logInfo.Output` is not checked (errcheck)
|
core/logger/logger.go#L107
Error return value of `l.logError.Output` is not checked (errcheck)
|
core/logger/logger.go#L113
Error return value of `l.logFatal.Output` is not checked (errcheck)
|
core/resty/resty.go#L6
SA1019: "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. (staticcheck)
|
core/resty/resty_test.go#L6
SA1019: "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. (staticcheck)
|
wasmsdk/demo/main.go#L39
Error return value of `w.Write` is not checked (errcheck)
|
zboxcore/sdk/rollback.go#L163
Error return value of `formWriter.WriteField` is not checked (errcheck)
|
zboxcore/sdk/rollback.go#L164
Error return value of `formWriter.WriteField` is not checked (errcheck)
|
mobilesdk/zbox/m3u8.go#L89
Error return value of `m.Writer.Truncate` is not checked (errcheck)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "logging-pods-tests-blobber", "logging-pods-tests-miner", "logging-pods-tests-sharder", "logging-pods-tests-validator".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading