Skip to content

fix(deps): update aws-sdk-go-v2 monorepo#12

Merged
inercia merged 2 commits into
mainfrom
renovate-aws-sdk-go-v2-monorepo
Oct 17, 2025
Merged

fix(deps): update aws-sdk-go-v2 monorepo#12
inercia merged 2 commits into
mainfrom
renovate-aws-sdk-go-v2-monorepo

Conversation

@renovate

@renovate renovate Bot commented Oct 17, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/aws/aws-sdk-go-v2 v1.39.2 -> v1.39.3 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/config v1.31.12 -> v1.31.13 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/bedrock v1.48.0 -> v1.48.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.41.0 -> v1.41.1 age adoption passing confidence

Release Notes

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

v1.39.3

Compare Source


Configuration

📅 Schedule: Branch creation - "after 02:00 am and before 6:00 am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Oct 17, 2025

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.1 -> v1.7.2
github.com/aws/aws-sdk-go-v2/credentials v1.18.16 -> v1.18.17
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.9 -> v1.18.10
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.9 -> v1.4.10
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.9 -> v2.7.10
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 -> v1.8.4
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.1 -> v1.13.2
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.9 -> v1.13.10
github.com/aws/aws-sdk-go-v2/service/sso v1.29.6 -> v1.29.7
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.1 -> v1.35.2
github.com/aws/aws-sdk-go-v2/service/sts v1.38.6 -> v1.38.7

@renovate
renovate Bot force-pushed the renovate-aws-sdk-go-v2-monorepo branch from 785d973 to 1bbe5e7 Compare October 17, 2025 05:39
The `go install` command installs binaries to a directory that is not always in the `PATH` of the CI environment. This was causing the `lint`, `format`, and `security` jobs to fail because they could not find the `golangci-lint`, `goimports`, and `gosec` binaries.

This commit modifies the `Makefile` to:
- Explicitly define `GOPATH` and `GOBIN` using `go env`.
- Add a fallback for `GOBIN` to be `$GOPATH/bin` if `go env GOBIN` returns empty.
- Update the `lint`, `format`, and `security` targets to check for the tools in `$(GOBIN)` before attempting to install them.
- Invoke the tools using their full path `$(GOBIN)/<tool-name>` after installation.
@renovate

renovate Bot commented Oct 17, 2025

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@inercia
inercia merged commit 56d5cc9 into main Oct 17, 2025
7 checks passed
@inercia
inercia deleted the renovate-aws-sdk-go-v2-monorepo branch October 17, 2025 14:06
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.

1 participant