This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
Bump cloud.google.com/go/secretmanager from 1.11.4 to 1.12.0 #6737
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:
merkle-tree/merkle_tree_test.go#L53
assignOp: replace `dataCopy[0] = dataCopy[0] + 1` with `dataCopy[0]++` (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/.
|