Skip to content

fix(deps): update module github.com/aws/aws-sdk-go to v1.55.8#410

Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/aws-sdk-go-monorepo
Open

fix(deps): update module github.com/aws/aws-sdk-go to v1.55.8#410
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/aws-sdk-go-monorepo

Conversation

@renovate-sh-app
Copy link
Copy Markdown
Contributor

@renovate-sh-app renovate-sh-app bot commented Oct 24, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/aws/aws-sdk-go v1.55.5v1.55.8 age confidence

Release Notes

aws/aws-sdk-go (github.com/aws/aws-sdk-go)

v1.55.8

Compare Source

SDK Features
  • Mark the module and all packages as deprecated.
    • This SDK has entered end-of-support.

v1.55.7

Compare Source

===

SDK Bugs
  • service/s3/s3manager: Abort multipart download if object is modified during download

v1.55.6

Compare Source

===

SDK Bugs
  • Fix broken printf for go1.24

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app renovate-sh-app bot requested a review from a team as a code owner October 24, 2025 18:18
@github-project-automation github-project-automation bot moved this to In review in Alerting Oct 24, 2025
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/aws-sdk-go-monorepo branch 4 times, most recently from 4fe6481 to a310850 Compare October 30, 2025 18:15
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/aws-sdk-go-monorepo branch 3 times, most recently from 72f936e to 7411b48 Compare November 10, 2025 21:16
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/aws-sdk-go-monorepo branch from 7411b48 to 82a2970 Compare November 19, 2025 21:26
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/aws-sdk-go-monorepo branch 5 times, most recently from 9310cfa to 9c6d966 Compare December 4, 2025 15:10
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/aws-sdk-go-monorepo branch 6 times, most recently from 42b02cf to b483865 Compare December 17, 2025 15:08
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/aws-sdk-go-monorepo branch 2 times, most recently from 9e25f26 to 26d1afa Compare December 23, 2025 18:06
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/aws-sdk-go-monorepo branch 4 times, most recently from ef83fa0 to 2bcd55e Compare January 2, 2026 15:11
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/aws-sdk-go-monorepo branch from 2bcd55e to fca4b21 Compare January 12, 2026 18:11
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/aws-sdk-go-monorepo branch 2 times, most recently from d98ccdb to 3eb8ce2 Compare February 12, 2026 22:05
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/aws-sdk-go-monorepo branch 6 times, most recently from 4711fa6 to 46ce766 Compare February 24, 2026 12:06
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is ON. A Cloud Agent has been kicked off to fix the reported issue.

github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b
github.com/at-wat/mqtt-go v0.19.6
github.com/aws/aws-sdk-go v1.55.5
github.com/aws/aws-sdk-go v1.55.8
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New deprecation warnings may fail CI

Medium Severity

Upgrading github.com/aws/aws-sdk-go to v1.55.8 marks the module/packages as deprecated. If CI treats deprecation diagnostics from go vet/Staticcheck as errors, any existing imports of github.com/aws/aws-sdk-go/... can start failing checks even though the code still builds.

Additional Locations (1)

Fix in Cursor Fix in Web

@cursor
Copy link
Copy Markdown

cursor bot commented Feb 24, 2026

Bugbot Autofix prepared fixes for 1 of the 1 bugs found in the latest run.

  • ✅ Fixed: New deprecation warnings may fail CI
    • Added a staticcheck exclusion rule in .golangci.yml to ignore SA1019 deprecation warnings for aws-sdk-go packages.

Create PR

Or push these changes by commenting:

@cursor push 60b368986c
Preview (60b368986c)
diff --git a/.golangci.yml b/.golangci.yml
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -43,6 +43,10 @@
       - common-false-positives
       - legacy
       - std-error-handling
+    rules:
+      - linters:
+          - staticcheck
+        text: "SA1019:.*github.com/aws/aws-sdk-go.*is deprecated"
     paths:
       - third_party$
       - builtin$

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/aws-sdk-go-monorepo branch 8 times, most recently from eb49c21 to 2cffaef Compare March 3, 2026 18:03
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/aws-sdk-go-monorepo branch 6 times, most recently from 4d1a034 to fab6724 Compare March 10, 2026 18:03
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/aws-sdk-go-monorepo branch 4 times, most recently from d0c449d to 3b2a383 Compare March 19, 2026 15:04
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/aws-sdk-go-monorepo branch from 3b2a383 to 792eb4c Compare March 20, 2026 18:04
| datasource | package                   | from    | to      |
| ---------- | ------------------------- | ------- | ------- |
| go         | github.com/aws/aws-sdk-go | v1.55.5 | v1.55.8 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: In review

Development

Successfully merging this pull request may close these issues.

0 participants