fix(deps): update aws-sdk-go-v2 monorepo#12
Merged
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate-aws-sdk-go-v2-monorepo
branch
from
October 17, 2025 05:39
785d973 to
1bbe5e7
Compare
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.
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
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.39.2->v1.39.3v1.31.12->v1.31.13v1.48.0->v1.48.1v1.41.0->v1.41.1Release Notes
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)
v1.39.3Compare 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.
This PR was generated by Mend Renovate. View the repository job log.