Skip to content

upgrade quic go

upgrade quic go #142

Triggered via push May 20, 2024 09:06
Status Success
Total duration 59s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: p2p/handle.go#L528
Error return value of `peer.syncRing.Offer` is not checked (errcheck)
lint: p2p/peer.go#L200
Error return value of `me.sendHighToPeer` is not checked (errcheck)
lint: p2p/sync.go#L102
Error return value of `me.SendSnapshotFinalizationMessage` is not checked (errcheck)
lint: common/encoding.go#L314
Error return value of `enc.WriteByte` is not checked (errcheck)
lint: common/encoding.go#L329
Error return value of `enc.WriteByte` is not checked (errcheck)
lint: common/encoding.go#L341
Error return value of `enc.WriteByte` is not checked (errcheck)
lint: crypto/blake2b_test.go#L58
Error return value of `x.Read` is not checked (errcheck)
lint: kernel/boot.go#L17
Error return value of `node.loopCacheQueue` is not checked (errcheck)
lint: kernel/cosi.go#L94
Error return value of `chain.node.Peer.SendTransactionRequestMessage` is not checked (errcheck)
lint: kernel/cosi.go#L413
Error return value of `chain.AppendCosiAction` is not checked (errcheck)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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: util/base58/base58check_test.go#L61
redefines-builtin-id: redefinition of the built-in function len (revive)
lint: common/validation.go#L335
increment-decrement: should replace signers += 1 with signers++ (revive)
lint: common/decoding.go#L125
increment-decrement: should replace il -= 1 with il-- (revive)
lint: common/decoding.go#L137
increment-decrement: should replace ol -= 1 with ol-- (revive)
lint: common/encoding.go#L207
increment-decrement: should replace off += 1 with off++ (revive)
lint: common/decoding.go#L149
increment-decrement: should replace rl -= 1 with rl-- (revive)
lint: common/decoding.go#L191
increment-decrement: should replace sl -= 1 with sl-- (revive)
lint: common/decoding.go#L313
increment-decrement: should replace kc -= 1 with kc-- (revive)
lint: common/decoding.go#L363
increment-decrement: should replace i += 1 with i++ (revive)
lint: common/custodian_test.go#L14
var-naming: const mainnetId should be mainnetID (revive)