Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.2.0 to 1.97.3 #2158

build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.2.0 to 1.97.3

build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.2.0 to 1.97.3 #2158

Triggered via pull request April 8, 2026 01:55
Status Failure
Total duration 1m 15s
Artifacts

main.yml

on: pull_request
Build + Run Unit Tests
1m 12s
Build + Run Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build + Run Unit Tests: vendor/github.com/aws/aws-sdk-go-v2/feature/s3/manager/upload.go#L612
cannot use n (variable of type int32) as *int32 value in struct literal (compile)
Build + Run Unit Tests: vendor/github.com/aws/aws-sdk-go-v2/feature/s3/manager/upload.go#L603
cannot use c.num (variable of type int32) as *int32 value in struct literal
Build + Run Unit Tests: vendor/github.com/aws/aws-sdk-go-v2/feature/s3/manager/upload.go#L473
invalid operation: a[i].PartNumber < a[j].PartNumber (operator < not defined on pointer)
Build + Run Unit Tests: vendor/github.com/aws/aws-sdk-go-v2/feature/s3/manager/download.go#L416
cannot use resp.ContentLength (variable of type *int64) as int64 value in assignment
Build + Run Unit Tests: vendor/github.com/aws/aws-sdk-go-v2/feature/s3/manager/download.go#L415
invalid operation: resp.ContentLength > 0 (mismatched types *int64 and untyped int)
Build + Run Unit Tests: vendor/github.com/aws/aws-sdk-go-v2/config/shared_config.go#L1116
assignment mismatch: 1 variable but section.Bool returns 2 values (compile)
Build + Run Unit Tests: vendor/github.com/aws/aws-sdk-go-v2/config/shared_config.go#L1106
assignment mismatch: 1 variable but section.Bool returns 2 values
Build + Run Unit Tests: vendor/github.com/aws/aws-sdk-go-v2/config/shared_config.go#L856
multiple-value section.Int(roleDurationSecondsKey) (value of type (int64, bool)) in single-value context
Build + Run Unit Tests: vendor/github.com/aws/aws-sdk-go-v2/config/shared_config.go#L616
assignment mismatch: 1 variable but srcSection.Int returns 2 values
Build + Run Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-go@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/