Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update aws sdk #22

Merged
merged 4 commits into from
Nov 25, 2024
Merged

Update aws sdk #22

merged 4 commits into from
Nov 25, 2024

Conversation

famarting
Copy link
Contributor

#16

Signed-off-by: Fabian Martinez <46371672+famarting@users.noreply.github.com>
Signed-off-by: Fabian Martinez <46371672+famarting@users.noreply.github.com>
@famarting famarting requested a review from a team as a code owner November 7, 2024 12:45
@famarting famarting mentioned this pull request Nov 7, 2024
@yaron2
Copy link

yaron2 commented Nov 7, 2024

cc @agarwal1510

@@ -16,7 +16,7 @@ import (
"time"

"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/signer/v4"
v4 "github.com/aws/aws-sdk-go-v2/aws/signer/v4"
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need this v4 here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

linter added it

@agarwal1510
Copy link
Contributor

@famarting Go tests are failing with error: unknown directive: toolchain. Can you verify the fix and update your PR?

Signed-off-by: Fabian Martinez <46371672+famarting@users.noreply.github.com>
@famarting
Copy link
Contributor Author

can you trigger CI again @agarwal1510

@yaron2
Copy link

yaron2 commented Nov 24, 2024

Ping @agarwal1510

Signed-off-by: Fabian Martinez <46371672+famarting@users.noreply.github.com>
@famarting
Copy link
Contributor Author

@agarwal1510 can you trigger CI again?

I had to update the supported go versions following https://github.com/aws/aws-sdk-go-v2/blob/main/.github/workflows/go.yml

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: [1.19, "1.20"]
go-version: ["1.21", "1.22", "1.23"]
Copy link
Contributor

Choose a reason for hiding this comment

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

We want to support Go 1.20 which is also supported by AWS SDK. Please change the min to 1.20 in the PR.

Copy link
Contributor

Choose a reason for hiding this comment

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

Was looking at outdated documentation, the library supports 1.21 as the minimum version. Approved.

@agarwal1510 agarwal1510 added this pull request to the merge queue Nov 25, 2024
Merged via the queue into aws:main with commit 078c08b Nov 25, 2024
12 checks passed
@famarting
Copy link
Contributor Author

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants