[PBM-1228] Support multiple storages #849
reviewdog.yml
on: pull_request
runner / go-test
31s
runner / shellcheck
5s
runner / misspell
16s
runner / alex
30s
runner / golangci-lint
22s
runner / gofmt
13s
runner / shfmt
9s
Annotations
7 errors and 4 warnings
runner / golangci-lint:
pbm/storage/s3/download.go#L451
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
runner / golangci-lint:
pbm/storage/s3/s3.go#L553
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
runner / golangci-lint:
pbm/storage/s3/s3.go#L580
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
runner / golangci-lint:
cmd/pbm-agent/args.go#L15
SA1019: reflect.StringHeader has been deprecated since Go 1.21 and an alternative has been available since Go 1.20: Use unsafe.String or unsafe.StringData instead. (staticcheck)
|
runner / golangci-lint:
pbm/storage/s3/download.go#L451
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
runner / golangci-lint:
pbm/storage/s3/s3.go#L553
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
runner / golangci-lint:
pbm/storage/s3/s3.go#L580
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
runner / shfmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
runner / gofmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
runner / golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
runner / go-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|