Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Bump github.com/multiformats/go-multiaddr from 0.12.1 to 0.12.3 #6743

Bump github.com/multiformats/go-multiaddr from 0.12.1 to 0.12.3

Bump github.com/multiformats/go-multiaddr from 0.12.1 to 0.12.3 #6743

Status Failure
Total duration 2m 27s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci_lint: helper/keccak/keccak.go#L59
unslice: could simplify k.tmp[:] to k.tmp (gocritic)
golangci_lint: consensus/polybft/contractsapi/bindings-gen/main.go#L530
ifElseChain: rewrite if-else to switch statement (gocritic)
golangci_lint: consensus/polybft/contractsapi/bindings-gen/main.go#L575
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(fieldName, "Id", "ID", -1)` (gocritic)
golangci_lint: consensus/polybft/contractsapi/bindings-gen/main.go#L567
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(typ, "[32]uint8", "types.Hash", -1)` (gocritic)
golangci_lint: consensus/polybft/contractsapi/bindings-gen/main.go#L568
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(typ, "]uint8", "]byte", -1)` (gocritic)
golangci_lint: state/runtime/evm/instructions.go#L1257
assignOp: replace `availableGas = availableGas - availableGas/64` with `availableGas -= availableGas/64` (gocritic)
golangci_lint: state/runtime/evm/instructions.go#L1016
assignOp: replace `size = size - 1` with `size--` (gocritic)
golangci_lint: state/runtime/evm/instructions.go#L468
ifElseChain: rewrite if-else to switch statement (gocritic)
golangci_lint: state/runtime/evm/instructions.go#L508
ifElseChain: rewrite if-else to switch statement (gocritic)
golangci_lint: state/runtime/precompiled/precompiled.go#L144
assignOp: replace `c.Gas = c.Gas - gasCost` with `c.Gas -= gasCost` (gocritic)
golangci_lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.