Skip to content

fix: 修复所有 golangci-lint 代码质量问题 #8

fix: 修复所有 golangci-lint 代码质量问题

fix: 修复所有 golangci-lint 代码质量问题 #8

Triggered via push August 30, 2025 10:00
Status Failure
Total duration 2m 35s
Artifacts

ci.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Lint
issues found
Lint: internal/storage/s3_strategy.go#L15
SA1019: "github.com/aws/aws-sdk-go/service/s3" is deprecated: aws-sdk-go is deprecated. Use aws-sdk-go-v2. See https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/. (staticcheck)
Lint: internal/storage/s3_strategy.go#L14
SA1019: "github.com/aws/aws-sdk-go/aws/session" is deprecated: aws-sdk-go is deprecated. Use aws-sdk-go-v2. See https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/. (staticcheck)
Lint: internal/storage/s3_strategy.go#L13
SA1019: "github.com/aws/aws-sdk-go/aws/credentials" is deprecated: aws-sdk-go is deprecated. Use aws-sdk-go-v2. See https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/. (staticcheck)
Lint: internal/storage/s3_strategy.go#L12
SA1019: "github.com/aws/aws-sdk-go/aws" is deprecated: aws-sdk-go is deprecated. Use aws-sdk-go-v2. See https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/. (staticcheck)