Skip to content

Bump golang.org/x/net from 0.20.0 to 0.23.0 #103

Bump golang.org/x/net from 0.20.0 to 0.23.0

Bump golang.org/x/net from 0.20.0 to 0.23.0 #103

Triggered via pull request April 19, 2024 12:58
Status Failure
Total duration 1m 55s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
lint: cli/wallet.go#L131
fmt.Errorf can be replaced with errors.New (perfsprint)
lint: cli/wallet.go#L141
fmt.Errorf can be replaced with errors.New (perfsprint)
lint: cli/wallet.go#L155
fmt.Errorf can be replaced with errors.New (perfsprint)
lint: conn/nonce.go#L66
fmt.Sprintf can be replaced with string concatenation (perfsprint)
lint: util/dns.go#L62
fmt.Sprintf can be replaced with faster strconv.FormatUint (perfsprint)
lint: util/dns.go#L67
fmt.Sprintf can be replaced with string concatenation (perfsprint)
lint: util/solidity.go#L60
fmt.Sprintf can be replaced with string concatenation (perfsprint)
lint: cmd/contractcall.go#L68
fmt.Sprintf can be replaced with faster hex.EncodeToString (perfsprint)
lint: cmd/signature.go#L77
fmt.Sprintf can be replaced with faster hex.EncodeToString (perfsprint)
lint
issues found
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/.
lint: cmd/signatureverify.go#L42
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/ensrelease.go#L45
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/networkusage.go#L36
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/beacondeposit.go#L60
var-naming: var beaconDepositJson should be beaconDepositJSON (revive)
lint: cmd/beacondeposit.go#L313
var-naming: var accountId should be accountID (revive)