fix(deps): update aws-sdk-go-v2 monorepo #903
golangci-lint.yml
on: pull_request
golangci-lint
1m 24s
Annotations
4 errors and 2 warnings
|
golangci-lint:
kv/txn_codec.go#L220
[golangci] reported by reviewdog 🐶
error returned from external package is unwrapped: sig: func github.com/cockroachdb/errors.Newf(format string, args ...interface{}) error (wrapcheck)
Raw Output:
kv/txn_codec.go:220:15: error returned from external package is unwrapped: sig: func github.com/cockroachdb/errors.Newf(format string, args ...interface{}) error (wrapcheck)
return nil, errors.Newf("%s: field size %d overflows int", truncatedMessage, n)
^
4 issues:
* gosec: 3
* wrapcheck: 1
|
|
golangci-lint:
store/list_helpers.go#L90
[golangci] reported by reviewdog 🐶
G115: integer overflow conversion int64 -> uint64 (gosec)
Raw Output:
store/list_helpers.go:90:40: G115: integer overflow conversion int64 -> uint64 (gosec)
binary.BigEndian.PutUint64(dst, uint64(seq^math.MinInt64))
^
|
|
golangci-lint:
kv/txn_codec.go#L240
[golangci] reported by reviewdog 🐶
G115: integer overflow conversion uint64 -> int (gosec)
Raw Output:
kv/txn_codec.go:240:25: G115: integer overflow conversion uint64 -> int (gosec)
out := make([]byte, int(n))
^
|
|
golangci-lint:
adapter/dynamodb_storage_codec.go#L121
[golangci] reported by reviewdog 🐶
G115: integer overflow conversion uint64 -> int (gosec)
Raw Output:
adapter/dynamodb_storage_codec.go:121:17: G115: integer overflow conversion uint64 -> int (gosec)
totalLen := int(prefixLen + bodyLen)
^
|
|
golangci-lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: reviewdog/action-golangci-lint@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
golangci-lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|