Skip to content

go.mod: bump aws-sdk-go-v2/feature/s3/manager to v1.18.0#121

Closed
mzihlmann wants to merge 1 commit into
coder:mainfrom
mzihlmann:fix-aws-sdk-manager-staticcheck
Closed

go.mod: bump aws-sdk-go-v2/feature/s3/manager to v1.18.0#121
mzihlmann wants to merge 1 commit into
coder:mainfrom
mzihlmann:fix-aws-sdk-manager-staticcheck

Conversation

@mzihlmann
Copy link
Copy Markdown

@mzihlmann mzihlmann commented May 18, 2026

#111 bumped service/s3 from v1.33.0 to v1.97.3 in isolation. The newer types use pointers (*int64, *bool, *int32) but feature/s3/manager v1.11.64 still expects values, so it fails to compile and breaks staticcheck and all four cross (...) build-tests jobs on main.

go get github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.18.0 && go mod tidy picks a compatible manager and only pulls transitive bumps for config, credentials, feature/ec2/imds, internal/ini, and service/{sso,ssooidc,sts}. service/s3, aws-sdk-go-v2, and smithy-go are not touched.

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