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
Open
fix(deps): update module github.com/aws/aws-sdk-go to v1.55.8#410renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Conversation
4fe6481 to
a310850
Compare
72f936e to
7411b48
Compare
7411b48 to
82a2970
Compare
9310cfa to
9c6d966
Compare
42b02cf to
b483865
Compare
9e25f26 to
26d1afa
Compare
ef83fa0 to
2bcd55e
Compare
2bcd55e to
fca4b21
Compare
d98ccdb to
3eb8ce2
Compare
4711fa6 to
46ce766
Compare
| 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 |
There was a problem hiding this comment.
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)
|
Bugbot Autofix prepared fixes for 1 of the 1 bugs found in the latest run.
Or push these changes by commenting: 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$ |
eb49c21 to
2cffaef
Compare
4d1a034 to
fab6724
Compare
d0c449d to
3b2a383
Compare
3b2a383 to
792eb4c
Compare
| 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
v1.55.5→v1.55.8Release Notes
aws/aws-sdk-go (github.com/aws/aws-sdk-go)
v1.55.8Compare Source
SDK Features
v1.55.7Compare Source
===
SDK Bugs
service/s3/s3manager: Abort multipart download if object is modified during downloadv1.55.6Compare Source
===
SDK Bugs
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.
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.